#9CCAFF

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

Shades of Pale Cornflower Blue #9CCAFF

Tints of Pale Cornflower Blue #9CCAFF

Color information

#9CCAFF (or 0x9CCAFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9C, CA and FF. RGB value is (156,202,255). Sum of RGB (Red+Green+Blue) = 156+202+255=613 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.45% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CCAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCAFF is #633500. Grayscale: #C2C2C2. Windows color (decimal): -6501633 or 16763548. OLE color: 16763548.

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

Color convert

RGB156202255-
CMYK0.390.2100
HSL212.12º100%80.59%-
HSV(B)212.12º38.82%100%-
XYZ52.8856.53102.73-
YUV194.29162.26100.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.45%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 255 (100% from 255) = 41.60%
R=25.45%
G=32.95%
B=41.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562022550.390.2100212.1210080.59
Hex9CCAFF271500d46451
Octal234312377472500324144121
Binary10011100110010101111111110011110101001101010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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