Html Css Color HEX #96ACE6 Perano

📋 copy color: '#96ACE6'

red 150 ◦ green 172 ◦ blue 230

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

Shades of Perano #96ACE6

Tints of Perano #96ACE6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.16%

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

R = 27.17%
G = 31.16%
B = 41.67%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#96ACE6 (or 0x96ACE6) is known color: Perano. HEX triplet: 96, AC and E6. RGB value is (150,172,230). Sum of RGB (Red+Green+Blue) = 150+172+230=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 230 - color contains mainly: blue. Hex color #96ACE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ACE6 is #695319. Grayscale: #ABABAB. Windows color (decimal): -6902554 or 15117462. OLE color: 15117462.

HSL color Cylindrical-coordinate representation of color #96ACE6: hue angle of 223.5º 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 #96ACE6 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 172 230 -
CMYK 0.35 0.25 0 0.10
HSL 223.5º 0.62% 0.75% -
HSV(B) 223.5º 0.35% 0.9% -
XYZ 41.61 41.7 80.72 -
YUV 172.03 160.71 112.28 -
System Red Green Blue C M Y K H S L
Decimal 150 172 230 0.35 0.25 0 0.10 223.5 0.62 0.75
Hex 96 AC E6 23 19 0 A E0 3E 4B
Octal 226 254 346 43 31 0 12 340 76 113
Binary 10010110 10101100 11100110 100011 11001 0 1010 11100000 111110 1001011

Color Harmonies of #96ACE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ACE6

Black with #96ACE6

Text Example


Text Example

White with #96ACE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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