Html Css Color HEX #AECFD5 Regent St Blue

📋 copy color: '#AECFD5'

red 174 ◦ green 207 ◦ blue 213

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

Shades of Regent St Blue #AECFD5

Tints of Regent St Blue #AECFD5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.85%

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

R = 29.29%
G = 34.85%
B = 35.86%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AECFD5 (or 0xAECFD5) is known color: Regent St Blue. HEX triplet: AE, CF and D5. RGB value is (174,207,213). Sum of RGB (Red+Green+Blue) = 174+207+213=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 213 - color contains mainly: blue. Hex color #AECFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFD5 is #51302A. Grayscale: #C5C5C5. Windows color (decimal): -5320747 or 14012334. OLE color: 14012334.

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

Color convert

RGB 174 207 213 -
CMYK 0.18 0.03 0 0.16
HSL 189.23º 0.32% 0.76% -
HSV(B) 189.23º 0.18% 0.84% -
XYZ 51.78 58.43 71.5 -
YUV 197.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 174 207 213 0.18 0.03 0 0.16 189.23 0.32 0.76
Hex AE CF D5 12 3 0 10 BD 20 4C
Octal 256 317 325 22 3 0 20 275 40 114
Binary 10101110 11001111 11010101 10010 11 0 10000 10111101 100000 1001100

Color Harmonies of #AECFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFD5

Black with #AECFD5

Text Example


Text Example

White with #AECFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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