Html Css Color HEX #96ACE4 Perano

📋 copy color: '#96ACE4'

red 150 ◦ green 172 ◦ blue 228

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

Shades of Perano #96ACE4

Tints of Perano #96ACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.45%

R = 27.27%
G = 31.27%
B = 41.45%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#96ACE4 (or 0x96ACE4) is known color: Perano. HEX triplet: 96, AC and E4. RGB value is (150,172,228). Sum of RGB (Red+Green+Blue) = 150+172+228=550 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.27% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 228 (89.45% from 255 or 41.45% from 550); Max value from RGB is 228 - color contains mainly: blue. Hex color #96ACE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ACE4 is #69531B. Grayscale: #ABABAB. Windows color (decimal): -6902556 or 14986390. OLE color: 14986390.

HSL color Cylindrical-coordinate representation of color #96ACE4: hue angle of 223.08º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96ACE4 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 172 228 -
CMYK 0.34 0.25 0 0.11
HSL 223.08º 0.59% 0.74% -
HSV(B) 223.08º 0.34% 0.89% -
XYZ 41.33 41.59 79.25 -
YUV 171.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 150 172 228 0.34 0.25 0 0.11 223.08 0.59 0.74
Hex 96 AC E4 22 19 0 B DF 3B 4A
Octal 226 254 344 42 31 0 13 337 73 112
Binary 10010110 10101100 11100100 100010 11001 0 1011 11011111 111011 1001010

Color Harmonies of #96ACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ACE4

Black with #96ACE4

Text Example


Text Example

White with #96ACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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