#9CCCFD

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

Shades of Pale Cornflower Blue #9CCCFD

Tints of Pale Cornflower Blue #9CCCFD

Color information

#9CCCFD (or 0x9CCCFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9C, CC and FD. RGB value is (156,204,253). Sum of RGB (Red+Green+Blue) = 156+204+253=613 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.45% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #9CCCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCCFD is #633302. Grayscale: #C2C2C2. Windows color (decimal): -6501123 or 16632988. OLE color: 16632988.

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

Color convert

RGB156204253-
CMYK0.380.1900.01
HSL210.31º96.04%80.2%-
HSV(B)210.31º38.34%99.22%-
XYZ53.0357.35101.2-
YUV195.23160.6100.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.45%
GREEN value IS 204 (80.08% from 255) = 33.28%
BLUE value IS 253 (99.22% from 255) = 41.27%
R=25.45%
G=33.28%
B=41.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1562042530.380.1900.01210.3196.0480.2
Hex9CCCFD261301d26050
Octal234314375462301322140120
Binary10011100110011001111110110011010011011101001011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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