Html Css Color HEX #AECCD3 Regent St Blue

📋 copy color: '#AECCD3'

red 174 ◦ green 204 ◦ blue 211

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

Shades of Regent St Blue #AECCD3

Tints of Regent St Blue #AECCD3

RGB

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

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

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

R = 29.54%
G = 34.63%
B = 35.82%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AECCD3 (or 0xAECCD3) is known color: Regent St Blue. HEX triplet: AE, CC and D3. RGB value is (174,204,211). Sum of RGB (Red+Green+Blue) = 174+204+211=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 211 - color contains mainly: blue. Hex color #AECCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCD3 is #51332C. Grayscale: #C3C3C3. Windows color (decimal): -5321517 or 13880494. OLE color: 13880494.

HSL color Cylindrical-coordinate representation of color #AECCD3: hue angle of 191.35º 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 #AECCD3 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 204 211 -
CMYK 0.18 0.03 0 0.17
HSL 191.35º 0.3% 0.75% -
HSV(B) 191.35º 0.18% 0.83% -
XYZ 50.81 56.89 69.93 -
YUV 195.83 136.56 112.43 -
System Red Green Blue C M Y K H S L
Decimal 174 204 211 0.18 0.03 0 0.17 191.35 0.3 0.75
Hex AE CC D3 12 3 0 11 BF 1E 4B
Octal 256 314 323 22 3 0 21 277 36 113
Binary 10101110 11001100 11010011 10010 11 0 10001 10111111 11110 1001011

Color Harmonies of #AECCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCD3

Black with #AECCD3

Text Example


Text Example

White with #AECCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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