Html Css Color HEX #AECCD5 Regent St Blue

📋 copy color: '#AECCD5'

red 174 ◦ green 204 ◦ blue 213

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

Shades of Regent St Blue #AECCD5

Tints of Regent St Blue #AECCD5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.52%

 BLUE value IS 213 (83.59% from 255) = 36.04%

R = 29.44%
G = 34.52%
B = 36.04%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AECCD5 (or 0xAECCD5) is known color: Regent St Blue. HEX triplet: AE, CC and D5. RGB value is (174,204,213). Sum of RGB (Red+Green+Blue) = 174+204+213=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #AECCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCD5 is #51332A. Grayscale: #C3C3C3. Windows color (decimal): -5321515 or 14011566. OLE color: 14011566.

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

Color convert

RGB 174 204 213 -
CMYK 0.18 0.04 0 0.16
HSL 193.85º 0.32% 0.76% -
HSV(B) 193.85º 0.18% 0.84% -
XYZ 51.06 56.99 71.26 -
YUV 196.06 137.56 112.27 -
System Red Green Blue C M Y K H S L
Decimal 174 204 213 0.18 0.04 0 0.16 193.85 0.32 0.76
Hex AE CC D5 12 4 0 10 C2 20 4C
Octal 256 314 325 22 4 0 20 302 40 114
Binary 10101110 11001100 11010101 10010 100 0 10000 11000010 100000 1001100

Color Harmonies of #AECCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCD5

Black with #AECCD5

Text Example


Text Example

White with #AECCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCD5; }

 p { color: rgb(174,204,213); }

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

background-color css

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

 a { background-color: rgb(174,204,213); }

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

border-color css

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

 span { border-color: rgb(174,204,213); }

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