Html Css Color HEX #AAC5FC Tropical Blue

📋 copy color: '#AAC5FC'

red 170 ◦ green 197 ◦ blue 252

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

Shades of Tropical Blue #AAC5FC

Tints of Tropical Blue #AAC5FC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.83%

 BLUE value IS 252 (98.83% from 255) = 40.71%

R = 27.46%
G = 31.83%
B = 40.71%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AAC5FC (or 0xAAC5FC) is known color: Tropical Blue. HEX triplet: AA, C5 and FC. RGB value is (170,197,252). Sum of RGB (Red+Green+Blue) = 170+197+252=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAC5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC5FC is #553A03. Grayscale: #C2C2C2. Windows color (decimal): -5585412 or 16565674. OLE color: 16565674.

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

Color convert

RGB 170 197 252 -
CMYK 0.33 0.22 0 0.01
HSL 220.24º 0.93% 0.83% -
HSV(B) 220.24º 0.33% 0.99% -
XYZ 54.11 55.51 99.96 -
YUV 195.2 160.05 110.03 -
System Red Green Blue C M Y K H S L
Decimal 170 197 252 0.33 0.22 0 0.01 220.24 0.93 0.83
Hex AA C5 FC 21 16 0 1 DC 5D 53
Octal 252 305 374 41 26 0 1 334 135 123
Binary 10101010 11000101 11111100 100001 10110 0 1 11011100 1011101 1010011

Color Harmonies of #AAC5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC5FC

Black with #AAC5FC

Text Example


Text Example

White with #AAC5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC5FC; }

 p { color: rgb(170,197,252); }

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

background-color css

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

 a { background-color: rgb(170,197,252); }

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

border-color css

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

 span { border-color: rgb(170,197,252); }

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