#99BFF3

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

Shades of Pale Cornflower Blue #99BFF3

Tints of Pale Cornflower Blue #99BFF3

Color information

#99BFF3 (or 0x99BFF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: 99, BF and F3. RGB value is (153,191,243). Sum of RGB (Red+Green+Blue) = 153+191+243=587 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.06% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 243 - color contains mainly: blue. Hex color #99BFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BFF3 is #66400C. Grayscale: #B9B9B9. Windows color (decimal): -6701069 or 15974297. OLE color: 15974297.

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

Color convert

RGB153191243-
CMYK0.370.2100.05
HSL214.67º78.95%77.65%-
HSV(B)214.67º37.04%95.29%-
XYZ47.9550.592.02-
YUV185.57160.41104.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.06%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 243 (95.31% from 255) = 41.40%
R=26.06%
G=32.54%
B=41.40%

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
Decimal1531912430.370.2100.05214.6778.9577.65
Hex99BFF3251505d74f4e
Octal231277363452505327117116
Binary1001100110111111111100111001011010101011101011110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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