#99BAFE

Color #99BAFE Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #99BAFE

Tints of Perano #99BAFE

Color information

#99BAFE (or 0x99BAFE) is unknown color: approx Perano. HEX triplet: 99, BA and FE. RGB value is (153,186,254). Sum of RGB (Red+Green+Blue) = 153+186+254=593 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.80% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #99BAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BAFE is #664501. Grayscale: #B7B7B7. Windows color (decimal): -6702338 or 16693913. OLE color: 16693913.

HSL color Cylindrical-coordinate representation of color #99BAFE: hue angle of 220.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99BAFE is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB153186254-
CMYK0.400.2700.00
HSL220.4º98.06%79.8%-
HSV(B)220.4º39.76%99.61%-
XYZ48.5949.05100.67-
YUV183.88167.57105.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.80%
GREEN value IS 186 (73.05% from 255) = 31.37%
BLUE value IS 254 (99.61% from 255) = 42.83%
R=25.80%
G=31.37%
B=42.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1531862540.400.2700.00220.498.0679.8
Hex99BAFE281B00dc6250
Octal231272376503300334142120
Binary10011001101110101111111010100011011001101110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,186,254); }

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

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

 a { background-color: rgb(153,186,254); }

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

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

 span { border-color: rgb(153,186,254); }

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