Html Css Color HEX #ABACEE Perano

📋 copy color: '#ABACEE'

red 171 ◦ green 172 ◦ blue 238

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

Shades of Perano #ABACEE

Tints of Perano #ABACEE

RGB

 RED value IS 171 (67.19% from 255) = 29.43%

 GREEN value IS 172 (67.58% from 255) = 29.6%

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

R = 29.43%
G = 29.6%
B = 40.96%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABACEE (or 0xABACEE) is known color: Perano. HEX triplet: AB, AC and EE. RGB value is (171,172,238). Sum of RGB (Red+Green+Blue) = 171+172+238=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABACEE is #545311. Grayscale: #B2B2B2. Windows color (decimal): -5526290 or 15641771. OLE color: 15641771.

HSL color Cylindrical-coordinate representation of color #ABACEE: hue angle of 239.1º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABACEE is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 172 238 -
CMYK 0.28 0.28 0 0.07
HSL 239.1º 0.66% 0.8% -
HSV(B) 239.1º 0.28% 0.93% -
XYZ 46.98 44.34 86.97 -
YUV 179.23 161.17 122.13 -
System Red Green Blue C M Y K H S L
Decimal 171 172 238 0.28 0.28 0 0.07 239.1 0.66 0.8
Hex AB AC EE 1C 1C 0 7 EF 42 50
Octal 253 254 356 34 34 0 7 357 102 120
Binary 10101011 10101100 11101110 11100 11100 0 111 11101111 1000010 1010000

Color Harmonies of #ABACEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACEE

Black with #ABACEE

Text Example


Text Example

White with #ABACEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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