Html Css Color HEX #96ADEE Perano

📋 copy color: '#96ADEE'

red 150 ◦ green 173 ◦ blue 238

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

Shades of Perano #96ADEE

Tints of Perano #96ADEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.42%

R = 26.74%
G = 30.84%
B = 42.42%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96ADEE (or 0x96ADEE) is known color: Perano. HEX triplet: 96, AD and EE. RGB value is (150,173,238). Sum of RGB (Red+Green+Blue) = 150+173+238=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #96ADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ADEE is #695211. Grayscale: #ADADAD. Windows color (decimal): -6902290 or 15642006. OLE color: 15642006.

HSL color Cylindrical-coordinate representation of color #96ADEE: hue angle of 224.32º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96ADEE is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 173 238 -
CMYK 0.37 0.27 0 0.07
HSL 224.32º 0.72% 0.76% -
HSV(B) 224.32º 0.37% 0.93% -
XYZ 42.95 42.54 86.84 -
YUV 173.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 150 173 238 0.37 0.27 0 0.07 224.32 0.72 0.76
Hex 96 AD EE 25 1B 0 7 E0 48 4C
Octal 226 255 356 45 33 0 7 340 110 114
Binary 10010110 10101101 11101110 100101 11011 0 111 11100000 1001000 1001100

Color Harmonies of #96ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ADEE

Black with #96ADEE

Text Example


Text Example

White with #96ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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