Html Css Color HEX #AED1D6 Regent St Blue

📋 copy color: '#AED1D6'

red 174 ◦ green 209 ◦ blue 214

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

Shades of Regent St Blue #AED1D6

Tints of Regent St Blue #AED1D6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.01%

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

R = 29.15%
G = 35.01%
B = 35.85%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AED1D6 (or 0xAED1D6) is known color: Regent St Blue. HEX triplet: AE, D1 and D6. RGB value is (174,209,214). Sum of RGB (Red+Green+Blue) = 174+209+214=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 214 - color contains mainly: blue. Hex color #AED1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1D6 is #512E29. Grayscale: #C7C7C7. Windows color (decimal): -5320234 or 14078382. OLE color: 14078382.

HSL color Cylindrical-coordinate representation of color #AED1D6: hue angle of 187.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 #AED1D6 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 209 214 -
CMYK 0.19 0.02 0 0.16
HSL 187.5º 0.33% 0.76% -
HSV(B) 187.5º 0.19% 0.84% -
XYZ 52.39 59.45 72.33 -
YUV 199.11 136.4 110.09 -
System Red Green Blue C M Y K H S L
Decimal 174 209 214 0.19 0.02 0 0.16 187.5 0.33 0.76
Hex AE D1 D6 13 2 0 10 BC 21 4C
Octal 256 321 326 23 2 0 20 274 41 114
Binary 10101110 11010001 11010110 10011 10 0 10000 10111100 100001 1001100

Color Harmonies of #AED1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED1D6

Black with #AED1D6

Text Example


Text Example

White with #AED1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED1D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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