#9CCCFF

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

Shades of Pale Cornflower Blue #9CCCFF

Tints of Pale Cornflower Blue #9CCCFF

Color information

#9CCCFF (or 0x9CCCFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9C, CC and FF. RGB value is (156,204,255). Sum of RGB (Red+Green+Blue) = 156+204+255=615 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.37% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CCCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCCFF is #633300. Grayscale: #C3C3C3. Windows color (decimal): -6501121 or 16764060. OLE color: 16764060.

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

Color convert

RGB156204255-
CMYK0.390.200
HSL210.91º100%80.59%-
HSV(B)210.91º38.82%100%-
XYZ53.3557.47102.89-
YUV195.46161.699.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.37%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 255 (100% from 255) = 41.46%
R=25.37%
G=33.17%
B=41.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562042550.390.200210.9110080.59
Hex9CCCFF271400d36451
Octal234314377472400323144121
Binary10011100110011001111111110011110100001101001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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