Html Css Color HEX #AABCFD Perano

📋 copy color: '#AABCFD'

red 170 ◦ green 188 ◦ blue 253

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

Shades of Perano #AABCFD

Tints of Perano #AABCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.77%

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

R = 27.82%
G = 30.77%
B = 41.41%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AABCFD (or 0xAABCFD) is known color: Perano. HEX triplet: AA, BC and FD. RGB value is (170,188,253). Sum of RGB (Red+Green+Blue) = 170+188+253=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #AABCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCFD is #554302. Grayscale: #BDBDBD. Windows color (decimal): -5587715 or 16628906. OLE color: 16628906.

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

Color convert

RGB 170 188 253 -
CMYK 0.33 0.26 0 0.01
HSL 226.99º 0.95% 0.83% -
HSV(B) 226.99º 0.33% 0.99% -
XYZ 52.29 51.6 100.13 -
YUV 190.03 163.54 113.71 -
System Red Green Blue C M Y K H S L
Decimal 170 188 253 0.33 0.26 0 0.01 226.99 0.95 0.83
Hex AA BC FD 21 1A 0 1 E3 5F 53
Octal 252 274 375 41 32 0 1 343 137 123
Binary 10101010 10111100 11111101 100001 11010 0 1 11100011 1011111 1010011

Color Harmonies of #AABCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCFD

Black with #AABCFD

Text Example


Text Example

White with #AABCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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