#99BEF1

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

Shades of Pale Cornflower Blue #99BEF1

Tints of Pale Cornflower Blue #99BEF1

Color information

#99BEF1 (or 0x99BEF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: 99, BE and F1. RGB value is (153,190,241). Sum of RGB (Red+Green+Blue) = 153+190+241=584 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.20% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #99BEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BEF1 is #66410E. Grayscale: #B8B8B8. Windows color (decimal): -6701327 or 15842969. OLE color: 15842969.

HSL color Cylindrical-coordinate representation of color #99BEF1: hue angle of 214.77º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99BEF1 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB153190241-
CMYK0.370.2100.05
HSL214.77º75.86%77.25%-
HSV(B)214.77º36.51%94.51%-
XYZ47.4349.9590.36-
YUV184.75159.74105.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.20%
GREEN value IS 190 (74.61% from 255) = 32.53%
BLUE value IS 241 (94.53% from 255) = 41.27%
R=26.20%
G=32.53%
B=41.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1531902410.370.2100.05214.7775.8677.25
Hex99BEF1251505d74c4d
Octal231276361452505327114115
Binary1001100110111110111100011001011010101011101011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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