#99BEF5

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

Shades of Pale Cornflower Blue #99BEF5

Tints of Pale Cornflower Blue #99BEF5

Color information

#99BEF5 (or 0x99BEF5) is unknown color: approx Pale Cornflower Blue. HEX triplet: 99, BE and F5. RGB value is (153,190,245). Sum of RGB (Red+Green+Blue) = 153+190+245=588 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.02% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 245 (96.09% from 255 or 41.67% from 588); Max value from RGB is 245 - color contains mainly: blue. Hex color #99BEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BEF5 is #66410A. Grayscale: #B8B8B8. Windows color (decimal): -6701323 or 16105113. OLE color: 16105113.

HSL color Cylindrical-coordinate representation of color #99BEF5: hue angle of 215.87º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99BEF5 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB153190245-
CMYK0.380.2200.04
HSL215.87º82.14%78.04%-
HSV(B)215.87º37.55%96.08%-
XYZ48.0350.1993.54-
YUV185.21161.74105.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.02%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 245 (96.09% from 255) = 41.67%
R=26.02%
G=32.31%
B=41.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1531902450.380.2200.04215.8782.1478.04
Hex99BEF5261604d8524e
Octal231276365462604330122116
Binary1001100110111110111101011001101011001001101100010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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