Html Css Color HEX #AACAD8 Regent St Blue

📋 copy color: '#AACAD8'

red 170 ◦ green 202 ◦ blue 216

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

Shades of Regent St Blue #AACAD8

Tints of Regent St Blue #AACAD8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.35%

 BLUE value IS 216 (84.77% from 255) = 36.73%

R = 28.91%
G = 34.35%
B = 36.73%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AACAD8 (or 0xAACAD8) is known color: Regent St Blue. HEX triplet: AA, CA and D8. RGB value is (170,202,216). Sum of RGB (Red+Green+Blue) = 170+202+216=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 216 - color contains mainly: blue. Hex color #AACAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAD8 is #553527. Grayscale: #C1C1C1. Windows color (decimal): -5584168 or 14207658. OLE color: 14207658.

HSL color Cylindrical-coordinate representation of color #AACAD8: hue angle of 198.26º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AACAD8 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 202 216 -
CMYK 0.21 0.06 0 0.15
HSL 198.26º 0.37% 0.76% -
HSV(B) 198.26º 0.21% 0.85% -
XYZ 50.09 55.74 73.09 -
YUV 194.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 170 202 216 0.21 0.06 0 0.15 198.26 0.37 0.76
Hex AA CA D8 15 6 0 F C6 25 4C
Octal 252 312 330 25 6 0 17 306 45 114
Binary 10101010 11001010 11011000 10101 110 0 1111 11000110 100101 1001100

Color Harmonies of #AACAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACAD8

Black with #AACAD8

Text Example


Text Example

White with #AACAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACAD8; }

 p { color: rgb(170,202,216); }

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

background-color css

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

 a { background-color: rgb(170,202,216); }

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

border-color css

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

 span { border-color: rgb(170,202,216); }

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