#99C6FD

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

Shades of Pale Cornflower Blue #99C6FD

Tints of Pale Cornflower Blue #99C6FD

Color information

#99C6FD (or 0x99C6FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 99, C6 and FD. RGB value is (153,198,253). Sum of RGB (Red+Green+Blue) = 153+198+253=604 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.33% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #99C6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C6FD is #663902. Grayscale: #BEBEBE. Windows color (decimal): -6699267 or 16631449. OLE color: 16631449.

HSL color Cylindrical-coordinate representation of color #99C6FD: hue angle of 213º 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 #99C6FD is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153198253-
CMYK0.400.2200.01
HSL213º96.15%79.61%-
HSV(B)213º39.53%99.22%-
XYZ51.0654.25100.71-
YUV190.82163.09101.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.33%
GREEN value IS 198 (77.73% from 255) = 32.78%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=25.33%
G=32.78%
B=41.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1531982530.400.2200.0121396.1579.61
Hex99C6FD281601d56050
Octal231306375502601325140120
Binary10011001110001101111110110100010110011101010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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