Html Css Color HEX #ABAEEF Perano

📋 copy color: '#ABAEEF'

red 171 ◦ green 174 ◦ blue 239

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

Shades of Perano #ABAEEF

Tints of Perano #ABAEEF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.79%

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

R = 29.28%
G = 29.79%
B = 40.92%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABAEEF (or 0xABAEEF) is known color: Perano. HEX triplet: AB, AE and EF. RGB value is (171,174,239). Sum of RGB (Red+Green+Blue) = 171+174+239=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABAEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAEEF is #545110. Grayscale: #B4B4B4. Windows color (decimal): -5525777 or 15707819. OLE color: 15707819.

HSL color Cylindrical-coordinate representation of color #ABAEEF: hue angle of 237.35º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABAEEF is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 174 239 -
CMYK 0.28 0.27 0 0.06
HSL 237.35º 0.68% 0.8% -
HSV(B) 237.35º 0.28% 0.94% -
XYZ 47.51 45.16 87.87 -
YUV 180.51 161.01 121.21 -
System Red Green Blue C M Y K H S L
Decimal 171 174 239 0.28 0.27 0 0.06 237.35 0.68 0.8
Hex AB AE EF 1C 1B 0 6 ED 44 50
Octal 253 256 357 34 33 0 6 355 104 120
Binary 10101011 10101110 11101111 11100 11011 0 110 11101101 1000100 1010000

Color Harmonies of #ABAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAEEF

Black with #ABAEEF

Text Example


Text Example

White with #ABAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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