Html Css Color HEX #96ABFC Perano

📋 copy color: '#96ABFC'

red 150 ◦ green 171 ◦ blue 252

#96ABFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #96ABFC

Tints of Perano #96ABFC

RGB

 RED value IS 150 (58.98% from 255) = 26.18%

 GREEN value IS 171 (67.19% from 255) = 29.84%

 BLUE value IS 252 (98.83% from 255) = 43.98%

R = 26.18%
G = 29.84%
B = 43.98%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#96ABFC (or 0x96ABFC) is known color: Perano. HEX triplet: 96, AB and FC. RGB value is (150,171,252). Sum of RGB (Red+Green+Blue) = 150+171+252=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #96ABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ABFC is #695403. Grayscale: #ADADAD. Windows color (decimal): -6902788 or 16558998. OLE color: 16558998.

HSL color Cylindrical-coordinate representation of color #96ABFC: hue angle of 227.65º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96ABFC is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 171 252 -
CMYK 0.40 0.32 0 0.01
HSL 227.65º 0.94% 0.79% -
HSV(B) 227.65º 0.4% 0.99% -
XYZ 44.71 42.64 97.97 -
YUV 173.96 172.04 110.91 -
System Red Green Blue C M Y K H S L
Decimal 150 171 252 0.40 0.32 0 0.01 227.65 0.94 0.79
Hex 96 AB FC 28 20 0 1 E4 5E 4F
Octal 226 253 374 50 40 0 1 344 136 117
Binary 10010110 10101011 11111100 101000 100000 0 1 11100100 1011110 1001111

Color Harmonies of #96ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABFC

Black with #96ABFC

Text Example


Text Example

White with #96ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96ABFC;
 }
 .AnyTagClassName
 {
   color: #96ABFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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