Html Css Color HEX #ABADE5 Perano

📋 copy color: '#ABADE5'

red 171 ◦ green 173 ◦ blue 229

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

Shades of Perano #ABADE5

Tints of Perano #ABADE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.97%

R = 29.84%
G = 30.19%
B = 39.97%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABADE5 (or 0xABADE5) is known color: Perano. HEX triplet: AB, AD and E5. RGB value is (171,173,229). Sum of RGB (Red+Green+Blue) = 171+173+229=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADE5 is #54521A. Grayscale: #B2B2B2. Windows color (decimal): -5526043 or 15052203. OLE color: 15052203.

HSL color Cylindrical-coordinate representation of color #ABADE5: hue angle of 237.93º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABADE5 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 173 229 -
CMYK 0.25 0.24 0 0.10
HSL 237.93º 0.53% 0.78% -
HSV(B) 237.93º 0.25% 0.9% -
XYZ 45.88 44.2 80.24 -
YUV 178.79 156.34 122.45 -
System Red Green Blue C M Y K H S L
Decimal 171 173 229 0.25 0.24 0 0.10 237.93 0.53 0.78
Hex AB AD E5 19 18 0 A EE 35 4E
Octal 253 255 345 31 30 0 12 356 65 116
Binary 10101011 10101101 11100101 11001 11000 0 1010 11101110 110101 1001110

Color Harmonies of #ABADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABADE5

Black with #ABADE5

Text Example


Text Example

White with #ABADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABADE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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