Html Css Color HEX #AACED3 Regent St Blue

📋 copy color: '#AACED3'

red 170 ◦ green 206 ◦ blue 211

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

Shades of Regent St Blue #AACED3

Tints of Regent St Blue #AACED3

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.09%

 BLUE value IS 211 (82.81% from 255) = 35.95%

R = 28.96%
G = 35.09%
B = 35.95%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AACED3 (or 0xAACED3) is known color: Regent St Blue. HEX triplet: AA, CE and D3. RGB value is (170,206,211). Sum of RGB (Red+Green+Blue) = 170+206+211=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 211 - color contains mainly: blue. Hex color #AACED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACED3 is #55312C. Grayscale: #C3C3C3. Windows color (decimal): -5583149 or 13881002. OLE color: 13881002.

HSL color Cylindrical-coordinate representation of color #AACED3: hue angle of 187.32º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AACED3 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 206 211 -
CMYK 0.19 0.02 0 0.17
HSL 187.32º 0.32% 0.75% -
HSV(B) 187.32º 0.19% 0.83% -
XYZ 50.41 57.39 70.05 -
YUV 195.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 170 206 211 0.19 0.02 0 0.17 187.32 0.32 0.75
Hex AA CE D3 13 2 0 11 BB 20 4B
Octal 252 316 323 23 2 0 21 273 40 113
Binary 10101010 11001110 11010011 10011 10 0 10001 10111011 100000 1001011

Color Harmonies of #AACED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACED3

Black with #AACED3

Text Example


Text Example

White with #AACED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACED3; }

 p { color: rgb(170,206,211); }

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

background-color css

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

 a { background-color: rgb(170,206,211); }

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

border-color css

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

 span { border-color: rgb(170,206,211); }

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