#99BAFF

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

Shades of Perano #99BAFF

Tints of Perano #99BAFF

Color information

#99BAFF (or 0x99BAFF) is unknown color: approx Perano. HEX triplet: 99, BA and FF. RGB value is (153,186,255). Sum of RGB (Red+Green+Blue) = 153+186+255=594 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.76% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #99BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BAFF is #664500. Grayscale: #B7B7B7. Windows color (decimal): -6702337 or 16759449. OLE color: 16759449.

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

Color convert

RGB153186255-
CMYK0.40.2700
HSL220.59º100%80%-
HSV(B)220.59º40%100%-
XYZ48.7549.11101.52-
YUV184168.07105.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.76%
GREEN value IS 186 (73.05% from 255) = 31.31%
BLUE value IS 255 (100% from 255) = 42.93%
R=25.76%
G=31.31%
B=42.93%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1531862550.40.2700220.5910080
Hex99BAFF281B00dd6450
Octal231272377503300335144120
Binary10011001101110101111111110100011011001101110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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