Html Css Color HEX #96ACEA Perano

📋 copy color: '#96ACEA'

red 150 ◦ green 172 ◦ blue 234

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

Shades of Perano #96ACEA

Tints of Perano #96ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.09%

R = 26.98%
G = 30.94%
B = 42.09%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#96ACEA (or 0x96ACEA) is known color: Perano. HEX triplet: 96, AC and EA. RGB value is (150,172,234). Sum of RGB (Red+Green+Blue) = 150+172+234=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #96ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ACEA is #695315. Grayscale: #ACACAC. Windows color (decimal): -6902550 or 15379606. OLE color: 15379606.

HSL color Cylindrical-coordinate representation of color #96ACEA: hue angle of 224.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96ACEA is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 172 234 -
CMYK 0.36 0.26 0 0.08
HSL 224.29º 0.67% 0.75% -
HSV(B) 224.29º 0.36% 0.92% -
XYZ 42.18 41.93 83.71 -
YUV 172.49 162.71 111.96 -
System Red Green Blue C M Y K H S L
Decimal 150 172 234 0.36 0.26 0 0.08 224.29 0.67 0.75
Hex 96 AC EA 24 1A 0 8 E0 43 4B
Octal 226 254 352 44 32 0 10 340 103 113
Binary 10010110 10101100 11101010 100100 11010 0 1000 11100000 1000011 1001011

Color Harmonies of #96ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ACEA

Black with #96ACEA

Text Example


Text Example

White with #96ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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