Html Css Color HEX #ABADE7 Perano

📋 copy color: '#ABADE7'

red 171 ◦ green 173 ◦ blue 231

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

Shades of Perano #ABADE7

Tints of Perano #ABADE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.17%

R = 29.74%
G = 30.09%
B = 40.17%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ABADE7 (or 0xABADE7) is known color: Perano. HEX triplet: AB, AD and E7. RGB value is (171,173,231). Sum of RGB (Red+Green+Blue) = 171+173+231=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 231 - color contains mainly: blue. Hex color #ABADE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABADE7 is #545218. Grayscale: #B2B2B2. Windows color (decimal): -5526041 or 15183275. OLE color: 15183275.

HSL color Cylindrical-coordinate representation of color #ABADE7: hue angle of 238º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABADE7 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 173 231 -
CMYK 0.26 0.25 0 0.09
HSL 238º 0.56% 0.79% -
HSV(B) 238º 0.26% 0.91% -
XYZ 46.16 44.31 81.72 -
YUV 179.01 157.34 122.28 -
System Red Green Blue C M Y K H S L
Decimal 171 173 231 0.26 0.25 0 0.09 238 0.56 0.79
Hex AB AD E7 1A 19 0 9 EE 38 4F
Octal 253 255 347 32 31 0 11 356 70 117
Binary 10101011 10101101 11100111 11010 11001 0 1001 11101110 111000 1001111

Color Harmonies of #ABADE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABADE7

Black with #ABADE7

Text Example


Text Example

White with #ABADE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABADE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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