#99BDFF

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

Shades of Pale Cornflower Blue #99BDFF

Tints of Pale Cornflower Blue #99BDFF

Color information

#99BDFF (or 0x99BDFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 99, BD and FF. RGB value is (153,189,255). Sum of RGB (Red+Green+Blue) = 153+189+255=597 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.63% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #99BDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BDFF is #664200. Grayscale: #B9B9B9. Windows color (decimal): -6701569 or 16760217. OLE color: 16760217.

HSL color Cylindrical-coordinate representation of color #99BDFF: hue angle of 218.82º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99BDFF is Cyan = 0.4, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB153189255-
CMYK0.40.2600
HSL218.82º100%80%-
HSV(B)218.82º40%100%-
XYZ49.3850.39101.73-
YUV185.76167.07104.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.63%
GREEN value IS 189 (74.22% from 255) = 31.66%
BLUE value IS 255 (100% from 255) = 42.71%
R=25.63%
G=31.66%
B=42.71%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1531892550.40.2600218.8210080
Hex99BDFF281A00db6450
Octal231275377503200333144120
Binary10011001101111011111111110100011010001101101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,189,255); }

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

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

 a { background-color: rgb(153,189,255); }

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

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

 span { border-color: rgb(153,189,255); }

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