Html Css Color HEX #96ABE6 Perano

📋 copy color: '#96ABE6'

red 150 ◦ green 171 ◦ blue 230

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

Shades of Perano #96ABE6

Tints of Perano #96ABE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.74%

R = 27.22%
G = 31.03%
B = 41.74%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#96ABE6 (or 0x96ABE6) is known color: Perano. HEX triplet: 96, AB and E6. RGB value is (150,171,230). Sum of RGB (Red+Green+Blue) = 150+171+230=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #96ABE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ABE6 is #695419. Grayscale: #ABABAB. Windows color (decimal): -6902810 or 15117206. OLE color: 15117206.

HSL color Cylindrical-coordinate representation of color #96ABE6: hue angle of 224.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96ABE6 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 171 230 -
CMYK 0.35 0.26 0 0.10
HSL 224.25º 0.62% 0.75% -
HSV(B) 224.25º 0.35% 0.9% -
XYZ 41.42 41.32 80.66 -
YUV 171.45 161.04 112.7 -
System Red Green Blue C M Y K H S L
Decimal 150 171 230 0.35 0.26 0 0.10 224.25 0.62 0.75
Hex 96 AB E6 23 1A 0 A E0 3E 4B
Octal 226 253 346 43 32 0 12 340 76 113
Binary 10010110 10101011 11100110 100011 11010 0 1010 11100000 111110 1001011

Color Harmonies of #96ABE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABE6

Black with #96ABE6

Text Example


Text Example

White with #96ABE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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