#99BFFB

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

Shades of Pale Cornflower Blue #99BFFB

Tints of Pale Cornflower Blue #99BFFB

Color information

#99BFFB (or 0x99BFFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: 99, BF and FB. RGB value is (153,191,251). Sum of RGB (Red+Green+Blue) = 153+191+251=595 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.71% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #99BFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BFFB is #664004. Grayscale: #BABABA. Windows color (decimal): -6701061 or 16498585. OLE color: 16498585.

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

Color convert

RGB153191251-
CMYK0.390.2400.02
HSL216.73º92.45%79.22%-
HSV(B)216.73º39.04%98.43%-
XYZ49.185198.52-
YUV186.48164.41104.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.71%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 251 (98.44% from 255) = 42.18%
R=25.71%
G=32.10%
B=42.18%

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
Decimal1531912510.390.2400.02216.7392.4579.22
Hex99BFFB271802d95c4f
Octal231277373473002331134117
Binary100110011011111111111011100111110000101101100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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