Html Css Color HEX #AEC8D0 Regent St Blue

📋 copy color: '#AEC8D0'

red 174 ◦ green 200 ◦ blue 208

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

Shades of Regent St Blue #AEC8D0

Tints of Regent St Blue #AEC8D0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.36%

 BLUE value IS 208 (81.64% from 255) = 35.74%

R = 29.9%
G = 34.36%
B = 35.74%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AEC8D0 (or 0xAEC8D0) is known color: Regent St Blue. HEX triplet: AE, C8 and D0. RGB value is (174,200,208). Sum of RGB (Red+Green+Blue) = 174+200+208=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 208 - color contains mainly: blue. Hex color #AEC8D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8D0 is #51372F. Grayscale: #C1C1C1. Windows color (decimal): -5322544 or 13682862. OLE color: 13682862.

HSL color Cylindrical-coordinate representation of color #AEC8D0: hue angle of 194.12º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEC8D0 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 200 208 -
CMYK 0.16 0.04 0 0.18
HSL 194.12º 0.27% 0.75% -
HSV(B) 194.12º 0.16% 0.82% -
XYZ 49.5 54.86 67.66 -
YUV 193.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 174 200 208 0.16 0.04 0 0.18 194.12 0.27 0.75
Hex AE C8 D0 10 4 0 12 C2 1B 4B
Octal 256 310 320 20 4 0 22 302 33 113
Binary 10101110 11001000 11010000 10000 100 0 10010 11000010 11011 1001011

Color Harmonies of #AEC8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC8D0

Black with #AEC8D0

Text Example


Text Example

White with #AEC8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC8D0; }

 p { color: rgb(174,200,208); }

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

background-color css

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

 a { background-color: rgb(174,200,208); }

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

border-color css

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

 span { border-color: rgb(174,200,208); }

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