Html Css Color HEX #96ABEF Perano

📋 copy color: '#96ABEF'

red 150 ◦ green 171 ◦ blue 239

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

Shades of Perano #96ABEF

Tints of Perano #96ABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.68%

R = 26.79%
G = 30.54%
B = 42.68%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#96ABEF (or 0x96ABEF) is known color: Perano. HEX triplet: 96, AB and EF. RGB value is (150,171,239). Sum of RGB (Red+Green+Blue) = 150+171+239=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #96ABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ABEF is #695410. Grayscale: #ACACAC. Windows color (decimal): -6902801 or 15707030. OLE color: 15707030.

HSL color Cylindrical-coordinate representation of color #96ABEF: hue angle of 225.84º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96ABEF is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 171 239 -
CMYK 0.37 0.28 0 0.06
HSL 225.84º 0.74% 0.76% -
HSV(B) 225.84º 0.37% 0.94% -
XYZ 42.72 41.84 87.49 -
YUV 172.47 165.54 111.97 -
System Red Green Blue C M Y K H S L
Decimal 150 171 239 0.37 0.28 0 0.06 225.84 0.74 0.76
Hex 96 AB EF 25 1C 0 6 E2 4A 4C
Octal 226 253 357 45 34 0 6 342 112 114
Binary 10010110 10101011 11101111 100101 11100 0 110 11100010 1001010 1001100

Color Harmonies of #96ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABEF

Black with #96ABEF

Text Example


Text Example

White with #96ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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