Html Css Color HEX #ABC0E9 Perano

📋 copy color: '#ABC0E9'

red 171 ◦ green 192 ◦ blue 233

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

Shades of Perano #ABC0E9

Tints of Perano #ABC0E9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.21%

 BLUE value IS 233 (91.41% from 255) = 39.09%

R = 28.69%
G = 32.21%
B = 39.09%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ABC0E9 (or 0xABC0E9) is known color: Perano. HEX triplet: AB, C0 and E9. RGB value is (171,192,233). Sum of RGB (Red+Green+Blue) = 171+192+233=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 233 (91.41% from 255 or 39.09% from 596); Max value from RGB is 233 - color contains mainly: blue. Hex color #ABC0E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC0E9 is #543F16. Grayscale: #BEBEBE. Windows color (decimal): -5521175 or 15319211. OLE color: 15319211.

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

Color convert

RGB 171 192 233 -
CMYK 0.27 0.18 0 0.09
HSL 219.68º 0.58% 0.79% -
HSV(B) 219.68º 0.27% 0.91% -
XYZ 50.35 52.24 84.52 -
YUV 190.4 152.04 114.17 -
System Red Green Blue C M Y K H S L
Decimal 171 192 233 0.27 0.18 0 0.09 219.68 0.58 0.79
Hex AB C0 E9 1B 12 0 9 DC 3A 4F
Octal 253 300 351 33 22 0 11 334 72 117
Binary 10101011 11000000 11101001 11011 10010 0 1001 11011100 111010 1001111

Color Harmonies of #ABC0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC0E9

Black with #ABC0E9

Text Example


Text Example

White with #ABC0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC0E9; }

 p { color: rgb(171,192,233); }

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

background-color css

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

 a { background-color: rgb(171,192,233); }

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

border-color css

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

 span { border-color: rgb(171,192,233); }

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