#9BEDFF

Color #9BEDFF Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #9BEDFF

Tints of Columbia Blue #9BEDFF

Color information

#9BEDFF (or 0x9BEDFF) is unknown color: approx Columbia Blue. HEX triplet: 9B, ED and FF. RGB value is (155,237,255). Sum of RGB (Red+Green+Blue) = 155+237+255=647 (85% of max value = 765). Red value is 155 (60.94% from 255 or 23.96% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEDFF is #641200. Grayscale: #D6D6D6. Windows color (decimal): -6558209 or 16772507. OLE color: 16772507.

HSL color Cylindrical-coordinate representation of color #9BEDFF: hue angle of 190.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BEDFF is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB155237255-
CMYK0.390.0700
HSL190.8º100%80.39%-
HSV(B)190.8º39.22%100%-
XYZ61.8574.76105.78-
YUV214.53150.8385.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 23.96%
GREEN value IS 237 (92.97% from 255) = 36.63%
BLUE value IS 255 (100% from 255) = 39.41%
R=23.96%
G=36.63%
B=39.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552372550.390.0700190.810080.39
Hex9BEDFF27700bf6450
Octal23335537747700277144120
Binary100110111110110111111111100111111001011111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BEDFF; }

 p { color: rgb(155,237,255); }

 H1.HeaderClassName
 {
   color: #9BEDFF;
 }
 .AnyTagClassName
 {
   color: #9BEDFF;
 }
</style>
background-color css

<style>
 a { background-color: #9BEDFF; }

 a { background-color: rgb(155,237,255); }

 div.DivClassName
 {
   background-color: #9BEDFF;
 }
 .BgClassName
 {
   background-color: #9BEDFF;
 }
</style>
border-color css

<style>
 span { border-color: #9BEDFF; }

 span { border-color: rgb(155,237,255); }

 td.TdClassName
 {
   border-color: #9BEDFF;
 }
 .TagClassName
 {
   border-color: #9BEDFF;
 }
</style>