Html Css Color HEX #ABB8E6 Perano

📋 copy color: '#ABB8E6'

red 171 ◦ green 184 ◦ blue 230

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

Shades of Perano #ABB8E6

Tints of Perano #ABB8E6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.45%

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

R = 29.23%
G = 31.45%
B = 39.32%

CMYK

 C value IS 0.26

 M value IS 0.2

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABB8E6 (or 0xABB8E6) is known color: Perano. HEX triplet: AB, B8 and E6. RGB value is (171,184,230). Sum of RGB (Red+Green+Blue) = 171+184+230=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 184 (72.27% from 255 or 31.45% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABB8E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB8E6 is #544719. Grayscale: #B9B9B9. Windows color (decimal): -5523226 or 15120555. OLE color: 15120555.

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

Color convert

RGB 171 184 230 -
CMYK 0.26 0.2 0 0.10
HSL 226.78º 0.54% 0.79% -
HSV(B) 226.78º 0.26% 0.9% -
XYZ 48.22 48.65 81.71 -
YUV 185.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 171 184 230 0.26 0.2 0 0.10 226.78 0.54 0.79
Hex AB B8 E6 1A 14 0 A E3 36 4F
Octal 253 270 346 32 24 0 12 343 66 117
Binary 10101011 10111000 11100110 11010 10100 0 1010 11100011 110110 1001111

Color Harmonies of #ABB8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB8E6

Black with #ABB8E6

Text Example


Text Example

White with #ABB8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB8E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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