#99BEFA

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

Shades of Pale Cornflower Blue #99BEFA

Tints of Pale Cornflower Blue #99BEFA

Color information

#99BEFA (or 0x99BEFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: 99, BE and FA. RGB value is (153,190,250). Sum of RGB (Red+Green+Blue) = 153+190+250=593 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.80% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #99BEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BEFA is #664105. Grayscale: #B9B9B9. Windows color (decimal): -6701318 or 16432793. OLE color: 16432793.

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

Color convert

RGB153190250-
CMYK0.390.2400.02
HSL217.11º90.65%79.02%-
HSV(B)217.11º38.8%98.04%-
XYZ48.8150.597.62-
YUV185.78164.24104.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.80%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=25.80%
G=32.04%
B=42.16%

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
Decimal1531902500.390.2400.02217.1190.6579.02
Hex99BEFA271802d95b4f
Octal231276372473002331133117
Binary100110011011111011111010100111110000101101100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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