Html Css Color HEX #ABBFE9 Perano

📋 copy color: '#ABBFE9'

red 171 ◦ green 191 ◦ blue 233

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

Shades of Perano #ABBFE9

Tints of Perano #ABBFE9

RGB

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

 GREEN value IS 191 (75% from 255) = 32.1%

 BLUE value IS 233 (91.41% from 255) = 39.16%

R = 28.74%
G = 32.1%
B = 39.16%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ABBFE9 (or 0xABBFE9) is known color: Perano. HEX triplet: AB, BF and E9. RGB value is (171,191,233). Sum of RGB (Red+Green+Blue) = 171+191+233=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 233 - color contains mainly: blue. Hex color #ABBFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFE9 is #544016. Grayscale: #BDBDBD. Windows color (decimal): -5521431 or 15318955. OLE color: 15318955.

HSL color Cylindrical-coordinate representation of color #ABBFE9: hue angle of 220.65º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABBFE9 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 191 233 -
CMYK 0.27 0.18 0 0.09
HSL 220.65º 0.58% 0.79% -
HSV(B) 220.65º 0.27% 0.91% -
XYZ 50.13 51.8 84.45 -
YUV 189.81 152.37 114.58 -
System Red Green Blue C M Y K H S L
Decimal 171 191 233 0.27 0.18 0 0.09 220.65 0.58 0.79
Hex AB BF E9 1B 12 0 9 DD 3A 4F
Octal 253 277 351 33 22 0 11 335 72 117
Binary 10101011 10111111 11101001 11011 10010 0 1001 11011101 111010 1001111

Color Harmonies of #ABBFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFE9

Black with #ABBFE9

Text Example


Text Example

White with #ABBFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFE9; }

 p { color: rgb(171,191,233); }

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

background-color css

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

 a { background-color: rgb(171,191,233); }

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

border-color css

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

 span { border-color: rgb(171,191,233); }

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