Html Css Color HEX #AECED3 Regent St Blue

📋 copy color: '#AECED3'

red 174 ◦ green 206 ◦ blue 211

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

Shades of Regent St Blue #AECED3

Tints of Regent St Blue #AECED3

RGB

 RED value IS 174 (68.36% from 255) = 29.44%

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

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

R = 29.44%
G = 34.86%
B = 35.7%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AECED3 (or 0xAECED3) is known color: Regent St Blue. HEX triplet: AE, CE and D3. RGB value is (174,206,211). Sum of RGB (Red+Green+Blue) = 174+206+211=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 211 - color contains mainly: blue. Hex color #AECED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECED3 is #51312C. Grayscale: #C4C4C4. Windows color (decimal): -5321005 or 13881006. OLE color: 13881006.

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

Color convert

RGB 174 206 211 -
CMYK 0.18 0.02 0 0.17
HSL 188.11º 0.3% 0.75% -
HSV(B) 188.11º 0.18% 0.83% -
XYZ 51.28 57.84 70.09 -
YUV 197 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 174 206 211 0.18 0.02 0 0.17 188.11 0.3 0.75
Hex AE CE D3 12 2 0 11 BC 1E 4B
Octal 256 316 323 22 2 0 21 274 36 113
Binary 10101110 11001110 11010011 10010 10 0 10001 10111100 11110 1001011

Color Harmonies of #AECED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECED3

Black with #AECED3

Text Example


Text Example

White with #AECED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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