Html Css Color HEX #96ABEE Perano

📋 copy color: '#96ABEE'

red 150 ◦ green 171 ◦ blue 238

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

Shades of Perano #96ABEE

Tints of Perano #96ABEE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.59%

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

R = 26.83%
G = 30.59%
B = 42.58%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96ABEE (or 0x96ABEE) is known color: Perano. HEX triplet: 96, AB and EE. RGB value is (150,171,238). Sum of RGB (Red+Green+Blue) = 150+171+238=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #96ABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ABEE is #695411. Grayscale: #ACACAC. Windows color (decimal): -6902802 or 15641494. OLE color: 15641494.

HSL color Cylindrical-coordinate representation of color #96ABEE: hue angle of 225.68º 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 #96ABEE is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 171 238 -
CMYK 0.37 0.28 0 0.07
HSL 225.68º 0.72% 0.76% -
HSV(B) 225.68º 0.37% 0.93% -
XYZ 42.57 41.78 86.71 -
YUV 172.36 165.04 112.05 -
System Red Green Blue C M Y K H S L
Decimal 150 171 238 0.37 0.28 0 0.07 225.68 0.72 0.76
Hex 96 AB EE 25 1C 0 7 E2 48 4C
Octal 226 253 356 45 34 0 7 342 110 114
Binary 10010110 10101011 11101110 100101 11100 0 111 11100010 1001000 1001100

Color Harmonies of #96ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABEE

Black with #96ABEE

Text Example


Text Example

White with #96ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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