#9CCFFF

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

Shades of Columbia Blue #9CCFFF

Tints of Columbia Blue #9CCFFF

Color information

#9CCFFF (or 0x9CCFFF) is unknown color: approx Columbia Blue. HEX triplet: 9C, CF and FF. RGB value is (156,207,255). Sum of RGB (Red+Green+Blue) = 156+207+255=618 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.24% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CCFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCFFF is #633000. Grayscale: #C4C4C4. Windows color (decimal): -6500353 or 16764828. OLE color: 16764828.

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

Color convert

RGB156207255-
CMYK0.390.1900
HSL209.09º100%80.59%-
HSV(B)209.09º38.82%100%-
XYZ54.0758.91103.13-
YUV197.22160.698.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.24%
GREEN value IS 207 (81.25% from 255) = 33.50%
BLUE value IS 255 (100% from 255) = 41.26%
R=25.24%
G=33.50%
B=41.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562072550.390.1900209.0910080.59
Hex9CCFFF271300d16451
Octal234317377472300321144121
Binary10011100110011111111111110011110011001101000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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