Html Css Color HEX #AECCD7 Regent St Blue

📋 copy color: '#AECCD7'

red 174 ◦ green 204 ◦ blue 215

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

Shades of Regent St Blue #AECCD7

Tints of Regent St Blue #AECCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.26%

R = 29.34%
G = 34.4%
B = 36.26%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AECCD7 (or 0xAECCD7) is known color: Regent St Blue. HEX triplet: AE, CC and D7. RGB value is (174,204,215). Sum of RGB (Red+Green+Blue) = 174+204+215=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 215 - color contains mainly: blue. Hex color #AECCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCD7 is #513328. Grayscale: #C4C4C4. Windows color (decimal): -5321513 or 14142638. OLE color: 14142638.

HSL color Cylindrical-coordinate representation of color #AECCD7: hue angle of 196.1º degrees, saturation: 0.34, 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 #AECCD7 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 204 215 -
CMYK 0.19 0.05 0 0.16
HSL 196.1º 0.34% 0.76% -
HSV(B) 196.1º 0.19% 0.84% -
XYZ 51.31 57.09 72.61 -
YUV 196.28 138.56 112.11 -
System Red Green Blue C M Y K H S L
Decimal 174 204 215 0.19 0.05 0 0.16 196.1 0.34 0.76
Hex AE CC D7 13 5 0 10 C4 22 4C
Octal 256 314 327 23 5 0 20 304 42 114
Binary 10101110 11001100 11010111 10011 101 0 10000 11000100 100010 1001100

Color Harmonies of #AECCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCD7

Black with #AECCD7

Text Example


Text Example

White with #AECCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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