Html Css Color HEX #ABB7E6 Perano

📋 copy color: '#ABB7E6'

red 171 ◦ green 183 ◦ blue 230

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

Shades of Perano #ABB7E6

Tints of Perano #ABB7E6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.34%

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

R = 29.28%
G = 31.34%
B = 39.38%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABB7E6 (or 0xABB7E6) is known color: Perano. HEX triplet: AB, B7 and E6. RGB value is (171,183,230). Sum of RGB (Red+Green+Blue) = 171+183+230=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABB7E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB7E6 is #544819. Grayscale: #B8B8B8. Windows color (decimal): -5523482 or 15120299. OLE color: 15120299.

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

Color convert

RGB 171 183 230 -
CMYK 0.26 0.20 0 0.10
HSL 227.8º 0.54% 0.79% -
HSV(B) 227.8º 0.26% 0.9% -
XYZ 48.01 48.24 81.64 -
YUV 184.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 171 183 230 0.26 0.20 0 0.10 227.8 0.54 0.79
Hex AB B7 E6 1A 14 0 A E4 36 4F
Octal 253 267 346 32 24 0 12 344 66 117
Binary 10101011 10110111 11100110 11010 10100 0 1010 11100100 110110 1001111

Color Harmonies of #ABB7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB7E6

Black with #ABB7E6

Text Example


Text Example

White with #ABB7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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