#9BDDFF

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

Shades of Columbia Blue #9BDDFF

Tints of Columbia Blue #9BDDFF

Color information

#9BDDFF (or 0x9BDDFF) is unknown color: approx Columbia Blue. HEX triplet: 9B, DD and FF. RGB value is (155,221,255). Sum of RGB (Red+Green+Blue) = 155+221+255=631 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.56% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BDDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDDFF is #642200. Grayscale: #CCCCCC. Windows color (decimal): -6562305 or 16768411. OLE color: 16768411.

HSL color Cylindrical-coordinate representation of color #9BDDFF: hue angle of 200.4º 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 #9BDDFF is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB155221255-
CMYK0.390.1300
HSL200.4º100%80.39%-
HSV(B)200.4º39.22%100%-
XYZ57.4265.9104.3-
YUV205.14156.1392.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.56%
GREEN value IS 221 (86.72% from 255) = 35.02%
BLUE value IS 255 (100% from 255) = 40.41%
R=24.56%
G=35.02%
B=40.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552212550.390.1300200.410080.39
Hex9BDDFF27D00c86450
Octal233335377471500310144120
Binary1001101111011101111111111001111101001100100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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