Html Css Color HEX #ABC0EA Perano

📋 copy color: '#ABC0EA'

red 171 ◦ green 192 ◦ blue 234

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

Shades of Perano #ABC0EA

Tints of Perano #ABC0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.2%

R = 28.64%
G = 32.16%
B = 39.2%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ABC0EA (or 0xABC0EA) is known color: Perano. HEX triplet: AB, C0 and EA. RGB value is (171,192,234). Sum of RGB (Red+Green+Blue) = 171+192+234=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABC0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC0EA is #543F15. Grayscale: #BEBEBE. Windows color (decimal): -5521174 or 15384747. OLE color: 15384747.

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

Color convert

RGB 171 192 234 -
CMYK 0.27 0.18 0 0.08
HSL 220º 0.6% 0.79% -
HSV(B) 220º 0.27% 0.92% -
XYZ 50.5 52.3 85.27 -
YUV 190.51 152.54 114.08 -
System Red Green Blue C M Y K H S L
Decimal 171 192 234 0.27 0.18 0 0.08 220 0.6 0.79
Hex AB C0 EA 1B 12 0 8 DC 3C 4F
Octal 253 300 352 33 22 0 10 334 74 117
Binary 10101011 11000000 11101010 11011 10010 0 1000 11011100 111100 1001111

Color Harmonies of #ABC0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC0EA

Black with #ABC0EA

Text Example


Text Example

White with #ABC0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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