Html Css Color HEX #ABC0EF Perano

📋 copy color: '#ABC0EF'

red 171 ◦ green 192 ◦ blue 239

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

Shades of Perano #ABC0EF

Tints of Perano #ABC0EF

RGB

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

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

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

R = 28.41%
G = 31.89%
B = 39.7%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABC0EF (or 0xABC0EF) is known color: Perano. HEX triplet: AB, C0 and EF. RGB value is (171,192,239). Sum of RGB (Red+Green+Blue) = 171+192+239=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABC0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC0EF is #543F10. Grayscale: #BEBEBE. Windows color (decimal): -5521169 or 15712427. OLE color: 15712427.

HSL color Cylindrical-coordinate representation of color #ABC0EF: hue angle of 221.47º 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 #ABC0EF is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 192 239 -
CMYK 0.28 0.20 0 0.06
HSL 221.47º 0.68% 0.8% -
HSV(B) 221.47º 0.28% 0.94% -
XYZ 51.22 52.59 89.11 -
YUV 191.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 171 192 239 0.28 0.20 0 0.06 221.47 0.68 0.8
Hex AB C0 EF 1C 14 0 6 DD 44 50
Octal 253 300 357 34 24 0 6 335 104 120
Binary 10101011 11000000 11101111 11100 10100 0 110 11011101 1000100 1010000

Color Harmonies of #ABC0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC0EF

Black with #ABC0EF

Text Example


Text Example

White with #ABC0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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