#99BEFB

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

Shades of Pale Cornflower Blue #99BEFB

Tints of Pale Cornflower Blue #99BEFB

Color information

#99BEFB (or 0x99BEFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: 99, BE and FB. RGB value is (153,190,251). Sum of RGB (Red+Green+Blue) = 153+190+251=594 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.76% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #99BEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BEFB is #664104. Grayscale: #B9B9B9. Windows color (decimal): -6701317 or 16498329. OLE color: 16498329.

HSL color Cylindrical-coordinate representation of color #99BEFB: hue angle of 217.35º 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 #99BEFB is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153190251-
CMYK0.390.2400.02
HSL217.35º92.45%79.22%-
HSV(B)217.35º39.04%98.43%-
XYZ48.9650.5698.45-
YUV185.89164.74104.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.76%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 251 (98.44% from 255) = 42.26%
R=25.76%
G=31.99%
B=42.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531902510.390.2400.02217.3592.4579.22
Hex99BEFB271802d95c4f
Octal231276373473002331134117
Binary100110011011111011111011100111110000101101100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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