#9CD6FF

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

Shades of Columbia Blue #9CD6FF

Tints of Columbia Blue #9CD6FF

Color information

#9CD6FF (or 0x9CD6FF) is unknown color: approx Columbia Blue. HEX triplet: 9C, D6 and FF. RGB value is (156,214,255). Sum of RGB (Red+Green+Blue) = 156+214+255=625 (82% of max value = 765). Red value is 156 (61.33% from 255 or 24.96% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CD6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD6FF is #632900. Grayscale: #C9C9C9. Windows color (decimal): -6498561 or 16766620. OLE color: 16766620.

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

Color convert

RGB156214255-
CMYK0.390.1600
HSL204.85º100%80.59%-
HSV(B)204.85º38.82%100%-
XYZ55.8162.38103.71-
YUV201.33158.2895.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.96%
GREEN value IS 214 (83.98% from 255) = 34.24%
BLUE value IS 255 (100% from 255) = 40.8%
R=24.96%
G=34.24%
B=40.8%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562142550.390.1600204.8510080.59
Hex9CD6FF271000cd6451
Octal234326377472000315144121
Binary10011100110101101111111110011110000001100110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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