Html Css Color HEX #96ABEB Perano

📋 copy color: '#96ABEB'

red 150 ◦ green 171 ◦ blue 235

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

Shades of Perano #96ABEB

Tints of Perano #96ABEB

RGB

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

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

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

R = 26.98%
G = 30.76%
B = 42.27%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#96ABEB (or 0x96ABEB) is known color: Perano. HEX triplet: 96, AB and EB. RGB value is (150,171,235). Sum of RGB (Red+Green+Blue) = 150+171+235=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #96ABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ABEB is #695414. Grayscale: #ABABAB. Windows color (decimal): -6902805 or 15444886. OLE color: 15444886.

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

Color convert

RGB 150 171 235 -
CMYK 0.36 0.27 0 0.08
HSL 225.18º 0.68% 0.75% -
HSV(B) 225.18º 0.36% 0.92% -
XYZ 42.14 41.61 84.41 -
YUV 172.02 163.54 112.3 -
System Red Green Blue C M Y K H S L
Decimal 150 171 235 0.36 0.27 0 0.08 225.18 0.68 0.75
Hex 96 AB EB 24 1B 0 8 E1 44 4B
Octal 226 253 353 44 33 0 10 341 104 113
Binary 10010110 10101011 11101011 100100 11011 0 1000 11100001 1000100 1001011

Color Harmonies of #96ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABEB

Black with #96ABEB

Text Example


Text Example

White with #96ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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