Html Css Color HEX #96ADEB Perano

📋 copy color: '#96ADEB'

red 150 ◦ green 173 ◦ blue 235

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

Shades of Perano #96ADEB

Tints of Perano #96ADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.11%

R = 26.88%
G = 31%
B = 42.11%

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

#96ADEB (or 0x96ADEB) is known color: Perano. HEX triplet: 96, AD and EB. RGB value is (150,173,235). Sum of RGB (Red+Green+Blue) = 150+173+235=558 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.88% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #96ADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ADEB is #695214. Grayscale: #ACACAC. Windows color (decimal): -6902293 or 15445398. OLE color: 15445398.

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

Color convert

RGB 150 173 235 -
CMYK 0.36 0.26 0 0.08
HSL 223.76º 0.68% 0.75% -
HSV(B) 223.76º 0.36% 0.92% -
XYZ 42.52 42.37 84.53 -
YUV 173.19 162.88 111.46 -
System Red Green Blue C M Y K H S L
Decimal 150 173 235 0.36 0.26 0 0.08 223.76 0.68 0.75
Hex 96 AD EB 24 1A 0 8 E0 44 4B
Octal 226 255 353 44 32 0 10 340 104 113
Binary 10010110 10101101 11101011 100100 11010 0 1000 11100000 1000100 1001011

Color Harmonies of #96ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ADEB

Black with #96ADEB

Text Example


Text Example

White with #96ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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