Html Css Color HEX #ABADE0 Perano

📋 copy color: '#ABADE0'

red 171 ◦ green 173 ◦ blue 224

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

Shades of Perano #ABADE0

Tints of Perano #ABADE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.44%

R = 30.11%
G = 30.46%
B = 39.44%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ABADE0 (or 0xABADE0) is known color: Perano. HEX triplet: AB, AD and E0. RGB value is (171,173,224). Sum of RGB (Red+Green+Blue) = 171+173+224=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABADE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADE0 is #54521F. Grayscale: #B2B2B2. Windows color (decimal): -5526048 or 14724523. OLE color: 14724523.

HSL color Cylindrical-coordinate representation of color #ABADE0: hue angle of 237.74º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABADE0 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 173 224 -
CMYK 0.24 0.23 0 0.12
HSL 237.74º 0.46% 0.77% -
HSV(B) 237.74º 0.24% 0.88% -
XYZ 45.19 43.93 76.62 -
YUV 178.22 153.84 122.85 -
System Red Green Blue C M Y K H S L
Decimal 171 173 224 0.24 0.23 0 0.12 237.74 0.46 0.77
Hex AB AD E0 18 17 0 C EE 2E 4D
Octal 253 255 340 30 27 0 14 356 56 115
Binary 10101011 10101101 11100000 11000 10111 0 1100 11101110 101110 1001101

Color Harmonies of #ABADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABADE0

Black with #ABADE0

Text Example


Text Example

White with #ABADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABADE0; }

 p { color: rgb(171,173,224); }

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

background-color css

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

 a { background-color: rgb(171,173,224); }

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

border-color css

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

 span { border-color: rgb(171,173,224); }

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