#9CCAFD

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

Shades of Pale Cornflower Blue #9CCAFD

Tints of Pale Cornflower Blue #9CCAFD

Color information

#9CCAFD (or 0x9CCAFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9C, CA and FD. RGB value is (156,202,253). Sum of RGB (Red+Green+Blue) = 156+202+253=611 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.53% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #9CCAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCAFD is #633502. Grayscale: #C1C1C1. Windows color (decimal): -6501635 or 16632476. OLE color: 16632476.

HSL color Cylindrical-coordinate representation of color #9CCAFD: hue angle of 211.55º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CCAFD is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB156202253-
CMYK0.380.2000.01
HSL211.55º96.04%80.2%-
HSV(B)211.55º38.34%99.22%-
XYZ52.5656.4101.04-
YUV194.06161.26100.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.53%
GREEN value IS 202 (79.30% from 255) = 33.06%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=25.53%
G=33.06%
B=41.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1562022530.380.2000.01211.5596.0480.2
Hex9CCAFD261401d46050
Octal234312375462401324140120
Binary10011100110010101111110110011010100011101010011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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