#99BDFB

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

Shades of Pale Cornflower Blue #99BDFB

Tints of Pale Cornflower Blue #99BDFB

Color information

#99BDFB (or 0x99BDFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: 99, BD and FB. RGB value is (153,189,251). Sum of RGB (Red+Green+Blue) = 153+189+251=593 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.80% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #99BDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BDFB is #664204. Grayscale: #B9B9B9. Windows color (decimal): -6701573 or 16498073. OLE color: 16498073.

HSL color Cylindrical-coordinate representation of color #99BDFB: hue angle of 217.96º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99BDFB is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153189251-
CMYK0.390.2500.02
HSL217.96º92.45%79.22%-
HSV(B)217.96º39.04%98.43%-
XYZ48.7550.1398.37-
YUV185.3165.07104.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.80%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 251 (98.44% from 255) = 42.33%
R=25.80%
G=31.87%
B=42.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531892510.390.2500.02217.9692.4579.22
Hex99BDFB271902da5c4f
Octal231275373473102332134117
Binary100110011011110111111011100111110010101101101010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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