#96ABFA

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

Shades of Perano #96ABFA

Tints of Perano #96ABFA

Color information

#96ABFA (or 0x96ABFA) is unknown color: approx Perano. HEX triplet: 96, AB and FA. RGB value is (150,171,250). Sum of RGB (Red+Green+Blue) = 150+171+250=571 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.27% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #96ABFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ABFA is #695405. Grayscale: #ADADAD. Windows color (decimal): -6902790 or 16427926. OLE color: 16427926.

HSL color Cylindrical-coordinate representation of color #96ABFA: hue angle of 227.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96ABFA is Cyan = 0.4, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150171250-
CMYK0.40.3200.02
HSL227.4º90.91%78.43%-
HSV(B)227.4º40%98.04%-
XYZ44.442.5196.31-
YUV173.73171.04111.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.27%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=26.27%
G=29.95%
B=43.78%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501712500.40.3200.02227.490.9178.43
Hex96ABFA282002e35b4e
Octal226253372504002343133116
Binary1001011010101011111110101010001000000101110001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96ABFA; }

 p { color: rgb(150,171,250); }

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

<style>
 a { background-color: #96ABFA; }

 a { background-color: rgb(150,171,250); }

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

<style>
 span { border-color: #96ABFA; }

 span { border-color: rgb(150,171,250); }

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