Html Css Color HEX #ABB5E6 Perano

📋 copy color: '#ABB5E6'

red 171 ◦ green 181 ◦ blue 230

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

Shades of Perano #ABB5E6

Tints of Perano #ABB5E6

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.1%

 BLUE value IS 230 (90.23% from 255) = 39.52%

R = 29.38%
G = 31.1%
B = 39.52%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABB5E6 (or 0xABB5E6) is known color: Perano. HEX triplet: AB, B5 and E6. RGB value is (171,181,230). Sum of RGB (Red+Green+Blue) = 171+181+230=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 230 (90.23% from 255 or 39.52% from 582); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABB5E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB5E6 is #544A19. Grayscale: #B7B7B7. Windows color (decimal): -5523994 or 15119787. OLE color: 15119787.

HSL color Cylindrical-coordinate representation of color #ABB5E6: hue angle of 229.83º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABB5E6 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 181 230 -
CMYK 0.26 0.21 0 0.10
HSL 229.83º 0.54% 0.79% -
HSV(B) 229.83º 0.26% 0.9% -
XYZ 47.6 47.42 81.51 -
YUV 183.6 154.19 119.02 -
System Red Green Blue C M Y K H S L
Decimal 171 181 230 0.26 0.21 0 0.10 229.83 0.54 0.79
Hex AB B5 E6 1A 15 0 A E6 36 4F
Octal 253 265 346 32 25 0 12 346 66 117
Binary 10101011 10110101 11100110 11010 10101 0 1010 11100110 110110 1001111

Color Harmonies of #ABB5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB5E6

Black with #ABB5E6

Text Example


Text Example

White with #ABB5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB5E6; }

 p { color: rgb(171,181,230); }

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

background-color css

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

 a { background-color: rgb(171,181,230); }

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

border-color css

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

 span { border-color: rgb(171,181,230); }

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