#99BAF8

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

Shades of Perano #99BAF8

Tints of Perano #99BAF8

Color information

#99BAF8 (or 0x99BAF8) is unknown color: approx Perano. HEX triplet: 99, BA and F8. RGB value is (153,186,248). Sum of RGB (Red+Green+Blue) = 153+186+248=587 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.06% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 248 - color contains mainly: blue. Hex color #99BAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BAF8 is #664507. Grayscale: #B6B6B6. Windows color (decimal): -6702344 or 16300697. OLE color: 16300697.

HSL color Cylindrical-coordinate representation of color #99BAF8: hue angle of 219.16º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99BAF8 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB153186248-
CMYK0.380.2500.03
HSL219.16º87.16%78.63%-
HSV(B)219.16º38.31%97.25%-
XYZ47.6448.6795.69-
YUV183.2164.57106.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.06%
GREEN value IS 186 (73.05% from 255) = 31.69%
BLUE value IS 248 (97.27% from 255) = 42.25%
R=26.06%
G=31.69%
B=42.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1531862480.380.2500.03219.1687.1678.63
Hex99BAF8261903db574f
Octal231272370463103333127117
Binary100110011011101011111000100110110010111101101110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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