Html Css Color HEX #AABEFD Perano

📋 copy color: '#AABEFD'

red 170 ◦ green 190 ◦ blue 253

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

Shades of Perano #AABEFD

Tints of Perano #AABEFD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31%

 BLUE value IS 253 (99.22% from 255) = 41.27%

R = 27.73%
G = 31%
B = 41.27%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AABEFD (or 0xAABEFD) is known color: Perano. HEX triplet: AA, BE and FD. RGB value is (170,190,253). Sum of RGB (Red+Green+Blue) = 170+190+253=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #AABEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABEFD is #554102. Grayscale: #BEBEBE. Windows color (decimal): -5587203 or 16629418. OLE color: 16629418.

HSL color Cylindrical-coordinate representation of color #AABEFD: hue angle of 225.54º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AABEFD is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 190 253 -
CMYK 0.33 0.25 0 0.01
HSL 225.54º 0.95% 0.83% -
HSV(B) 225.54º 0.33% 0.99% -
XYZ 52.72 52.46 100.28 -
YUV 191.2 162.87 112.88 -
System Red Green Blue C M Y K H S L
Decimal 170 190 253 0.33 0.25 0 0.01 225.54 0.95 0.83
Hex AA BE FD 21 19 0 1 E2 5F 53
Octal 252 276 375 41 31 0 1 342 137 123
Binary 10101010 10111110 11111101 100001 11001 0 1 11100010 1011111 1010011

Color Harmonies of #AABEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEFD

Black with #AABEFD

Text Example


Text Example

White with #AABEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEFD; }

 p { color: rgb(170,190,253); }

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

background-color css

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

 a { background-color: rgb(170,190,253); }

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

border-color css

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

 span { border-color: rgb(170,190,253); }

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