#99ABF9

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

Shades of Perano #99ABF9

Tints of Perano #99ABF9

Color information

#99ABF9 (or 0x99ABF9) is unknown color: approx Perano. HEX triplet: 99, AB and F9. RGB value is (153,171,249). Sum of RGB (Red+Green+Blue) = 153+171+249=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #99ABF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ABF9 is #665406. Grayscale: #AEAEAE. Windows color (decimal): -6706183 or 16362393. OLE color: 16362393.

HSL color Cylindrical-coordinate representation of color #99ABF9: hue angle of 228.75º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99ABF9 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153171249-
CMYK0.390.3100.02
HSL228.75º88.89%78.82%-
HSV(B)228.75º38.55%97.65%-
XYZ44.842.7495.51-
YUV174.51170.04112.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.70%
GREEN value IS 171 (67.19% from 255) = 29.84%
BLUE value IS 249 (97.66% from 255) = 43.46%
R=26.70%
G=29.84%
B=43.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531712490.390.3100.02228.7588.8978.82
Hex99ABF9271F02e5594f
Octal231253371473702345131117
Binary100110011010101111111001100111111110101110010110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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