Html Css Color HEX #AABFEF Perano

📋 copy color: '#AABFEF'

red 170 ◦ green 191 ◦ blue 239

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

Shades of Perano #AABFEF

Tints of Perano #AABFEF

RGB

 RED value IS 170 (66.8% from 255) = 28.33%

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

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

R = 28.33%
G = 31.83%
B = 39.83%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AABFEF (or 0xAABFEF) is known color: Perano. HEX triplet: AA, BF and EF. RGB value is (170,191,239). Sum of RGB (Red+Green+Blue) = 170+191+239=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 191 (75% from 255 or 31.83% 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 #AABFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABFEF is #554010. Grayscale: #BDBDBD. Windows color (decimal): -5586961 or 15712170. OLE color: 15712170.

HSL color Cylindrical-coordinate representation of color #AABFEF: hue angle of 221.74º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AABFEF is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 191 239 -
CMYK 0.29 0.20 0 0.06
HSL 221.74º 0.68% 0.8% -
HSV(B) 221.74º 0.29% 0.94% -
XYZ 50.79 52.04 89.03 -
YUV 190.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 170 191 239 0.29 0.20 0 0.06 221.74 0.68 0.8
Hex AA BF EF 1D 14 0 6 DE 44 50
Octal 252 277 357 35 24 0 6 336 104 120
Binary 10101010 10111111 11101111 11101 10100 0 110 11011110 1000100 1010000

Color Harmonies of #AABFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABFEF

Black with #AABFEF

Text Example


Text Example

White with #AABFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABFEF; }

 p { color: rgb(170,191,239); }

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

background-color css

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

 a { background-color: rgb(170,191,239); }

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

border-color css

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

 span { border-color: rgb(170,191,239); }

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