#9CD4FF

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

Shades of Columbia Blue #9CD4FF

Tints of Columbia Blue #9CD4FF

Color information

#9CD4FF (or 0x9CD4FF) is unknown color: approx Columbia Blue. HEX triplet: 9C, D4 and FF. RGB value is (156,212,255). Sum of RGB (Red+Green+Blue) = 156+212+255=623 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.04% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CD4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD4FF is #632B00. Grayscale: #C7C7C7. Windows color (decimal): -6499073 or 16766108. OLE color: 16766108.

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

Color convert

RGB156212255-
CMYK0.390.1700
HSL206.06º100%80.59%-
HSV(B)206.06º38.82%100%-
XYZ55.361.37103.54-
YUV200.16158.9596.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.04%
GREEN value IS 212 (83.20% from 255) = 34.03%
BLUE value IS 255 (100% from 255) = 40.93%
R=25.04%
G=34.03%
B=40.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562122550.390.1700206.0610080.59
Hex9CD4FF271100ce6451
Octal234324377472100316144121
Binary10011100110101001111111110011110001001100111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,212,255); }

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

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

 a { background-color: rgb(156,212,255); }

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

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

 span { border-color: rgb(156,212,255); }

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