Html Css Color HEX #AECDD6 Regent St Blue

📋 copy color: '#AECDD6'

red 174 ◦ green 205 ◦ blue 214

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

Shades of Regent St Blue #AECDD6

Tints of Regent St Blue #AECDD6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.57%

 BLUE value IS 214 (83.98% from 255) = 36.09%

R = 29.34%
G = 34.57%
B = 36.09%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AECDD6 (or 0xAECDD6) is known color: Regent St Blue. HEX triplet: AE, CD and D6. RGB value is (174,205,214). Sum of RGB (Red+Green+Blue) = 174+205+214=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 214 - color contains mainly: blue. Hex color #AECDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDD6 is #513229. Grayscale: #C4C4C4. Windows color (decimal): -5321258 or 14077358. OLE color: 14077358.

HSL color Cylindrical-coordinate representation of color #AECDD6: hue angle of 193.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AECDD6 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 205 214 -
CMYK 0.19 0.04 0 0.16
HSL 193.5º 0.33% 0.76% -
HSV(B) 193.5º 0.19% 0.84% -
XYZ 51.42 57.52 72.01 -
YUV 196.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 174 205 214 0.19 0.04 0 0.16 193.5 0.33 0.76
Hex AE CD D6 13 4 0 10 C2 21 4C
Octal 256 315 326 23 4 0 20 302 41 114
Binary 10101110 11001101 11010110 10011 100 0 10000 11000010 100001 1001100

Color Harmonies of #AECDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDD6

Black with #AECDD6

Text Example


Text Example

White with #AECDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDD6; }

 p { color: rgb(174,205,214); }

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

background-color css

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

 a { background-color: rgb(174,205,214); }

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

border-color css

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

 span { border-color: rgb(174,205,214); }

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