#99ABF3

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

Shades of Perano #99ABF3

Tints of Perano #99ABF3

Color information

#99ABF3 (or 0x99ABF3) is unknown color: approx Perano. HEX triplet: 99, AB and F3. RGB value is (153,171,243). Sum of RGB (Red+Green+Blue) = 153+171+243=567 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.98% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #99ABF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ABF3 is #66540C. Grayscale: #ADADAD. Windows color (decimal): -6706189 or 15969177. OLE color: 15969177.

HSL color Cylindrical-coordinate representation of color #99ABF3: hue angle of 228º 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 #99ABF3 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB153171243-
CMYK0.370.3000.05
HSL228º78.95%77.65%-
HSV(B)228º37.04%95.29%-
XYZ43.8842.3790.66-
YUV173.83167.04113.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.98%
GREEN value IS 171 (67.19% from 255) = 30.16%
BLUE value IS 243 (95.31% from 255) = 42.86%
R=26.98%
G=30.16%
B=42.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1531712430.370.3000.0522878.9577.65
Hex99ABF3251E05e44f4e
Octal231253363453605344117116
Binary1001100110101011111100111001011111001011110010010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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