Html Css Color HEX #ABBEEF Perano

📋 copy color: '#ABBEEF'

red 171 ◦ green 190 ◦ blue 239

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

Shades of Perano #ABBEEF

Tints of Perano #ABBEEF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.67%

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

R = 28.5%
G = 31.67%
B = 39.83%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABBEEF (or 0xABBEEF) is known color: Perano. HEX triplet: AB, BE and EF. RGB value is (171,190,239). Sum of RGB (Red+Green+Blue) = 171+190+239=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABBEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBEEF is #544110. Grayscale: #BDBDBD. Windows color (decimal): -5521681 or 15711915. OLE color: 15711915.

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

Color convert

RGB 171 190 239 -
CMYK 0.28 0.21 0 0.06
HSL 223.24º 0.68% 0.8% -
HSV(B) 223.24º 0.28% 0.94% -
XYZ 50.79 51.72 88.97 -
YUV 189.91 155.71 114.52 -
System Red Green Blue C M Y K H S L
Decimal 171 190 239 0.28 0.21 0 0.06 223.24 0.68 0.8
Hex AB BE EF 1C 15 0 6 DF 44 50
Octal 253 276 357 34 25 0 6 337 104 120
Binary 10101011 10111110 11101111 11100 10101 0 110 11011111 1000100 1010000

Color Harmonies of #ABBEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBEEF

Black with #ABBEEF

Text Example


Text Example

White with #ABBEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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