#9CD0FF

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

Shades of Columbia Blue #9CD0FF

Tints of Columbia Blue #9CD0FF

Color information

#9CD0FF (or 0x9CD0FF) is unknown color: approx Columbia Blue. HEX triplet: 9C, D0 and FF. RGB value is (156,208,255). Sum of RGB (Red+Green+Blue) = 156+208+255=619 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.20% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CD0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD0FF is #632F00. Grayscale: #C5C5C5. Windows color (decimal): -6500097 or 16765084. OLE color: 16765084.

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

Color convert

RGB156208255-
CMYK0.390.1800
HSL208.48º100%80.59%-
HSV(B)208.48º38.82%100%-
XYZ54.3259.4103.21-
YUV197.81160.2798.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.20%
GREEN value IS 208 (81.64% from 255) = 33.60%
BLUE value IS 255 (100% from 255) = 41.20%
R=25.20%
G=33.60%
B=41.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562082550.390.1800208.4810080.59
Hex9CD0FF271200d06451
Octal234320377472200320144121
Binary10011100110100001111111110011110010001101000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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