#99B4F1

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

Shades of Perano #99B4F1

Tints of Perano #99B4F1

Color information

#99B4F1 (or 0x99B4F1) is unknown color: approx Perano. HEX triplet: 99, B4 and F1. RGB value is (153,180,241). Sum of RGB (Red+Green+Blue) = 153+180+241=574 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.66% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #99B4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99B4F1 is #664B0E. Grayscale: #B2B2B2. Windows color (decimal): -6703887 or 15840409. OLE color: 15840409.

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

Color convert

RGB153180241-
CMYK0.370.2500.05
HSL221.59º75.86%77.25%-
HSV(B)221.59º36.51%94.51%-
XYZ45.3445.7789.66-
YUV178.88163.05109.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.66%
GREEN value IS 180 (70.70% from 255) = 31.36%
BLUE value IS 241 (94.53% from 255) = 41.99%
R=26.66%
G=31.36%
B=41.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1531802410.370.2500.05221.5975.8677.25
Hex99B4F1251905de4c4d
Octal231264361453105336114115
Binary1001100110110100111100011001011100101011101111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,180,241); }

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

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

 a { background-color: rgb(153,180,241); }

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

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

 span { border-color: rgb(153,180,241); }

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