#99C0FD

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

Shades of Pale Cornflower Blue #99C0FD

Tints of Pale Cornflower Blue #99C0FD

Color information

#99C0FD (or 0x99C0FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 99, C0 and FD. RGB value is (153,192,253). Sum of RGB (Red+Green+Blue) = 153+192+253=598 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.59% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #99C0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C0FD is #663F02. Grayscale: #BBBBBB. Windows color (decimal): -6700803 or 16629913. OLE color: 16629913.

HSL color Cylindrical-coordinate representation of color #99C0FD: hue angle of 216.6º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99C0FD is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153192253-
CMYK0.400.2400.01
HSL216.6º96.15%79.61%-
HSV(B)216.6º39.53%99.22%-
XYZ49.7251.56100.26-
YUV187.29165.08103.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.59%
GREEN value IS 192 (75.39% from 255) = 32.11%
BLUE value IS 253 (99.22% from 255) = 42.31%
R=25.59%
G=32.11%
B=42.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1531922530.400.2400.01216.696.1579.61
Hex99C0FD281801d96050
Octal231300375503001331140120
Binary10011001110000001111110110100011000011101100111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99C0FD; }

 p { color: rgb(153,192,253); }

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

<style>
 a { background-color: #99C0FD; }

 a { background-color: rgb(153,192,253); }

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

<style>
 span { border-color: #99C0FD; }

 span { border-color: rgb(153,192,253); }

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