Html Css Color HEX #96ADEA Perano

📋 copy color: '#96ADEA'

red 150 ◦ green 173 ◦ blue 234

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

Shades of Perano #96ADEA

Tints of Perano #96ADEA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.06%

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

R = 26.93%
G = 31.06%
B = 42.01%

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

#96ADEA (or 0x96ADEA) is known color: Perano. HEX triplet: 96, AD and EA. RGB value is (150,173,234). Sum of RGB (Red+Green+Blue) = 150+173+234=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #96ADEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ADEA is #695215. Grayscale: #ACACAC. Windows color (decimal): -6902294 or 15379862. OLE color: 15379862.

HSL color Cylindrical-coordinate representation of color #96ADEA: hue angle of 223.57º 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 #96ADEA is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 173 234 -
CMYK 0.36 0.26 0 0.08
HSL 223.57º 0.67% 0.75% -
HSV(B) 223.57º 0.36% 0.92% -
XYZ 42.37 42.31 83.78 -
YUV 173.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 150 173 234 0.36 0.26 0 0.08 223.57 0.67 0.75
Hex 96 AD EA 24 1A 0 8 E0 43 4B
Octal 226 255 352 44 32 0 10 340 103 113
Binary 10010110 10101101 11101010 100100 11010 0 1000 11100000 1000011 1001011

Color Harmonies of #96ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ADEA

Black with #96ADEA

Text Example


Text Example

White with #96ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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