Html Css Color HEX #AACFD5 Regent St Blue

📋 copy color: '#AACFD5'

red 170 ◦ green 207 ◦ blue 213

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

Shades of Regent St Blue #AACFD5

Tints of Regent St Blue #AACFD5

RGB

 RED value IS 170 (66.8% from 255) = 28.81%

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

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

R = 28.81%
G = 35.08%
B = 36.1%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AACFD5 (or 0xAACFD5) is known color: Regent St Blue. HEX triplet: AA, CF and D5. RGB value is (170,207,213). Sum of RGB (Red+Green+Blue) = 170+207+213=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #AACFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFD5 is #55302A. Grayscale: #C4C4C4. Windows color (decimal): -5582891 or 14012330. OLE color: 14012330.

HSL color Cylindrical-coordinate representation of color #AACFD5: hue angle of 188.37º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AACFD5 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 207 213 -
CMYK 0.20 0.03 0 0.16
HSL 188.37º 0.34% 0.75% -
HSV(B) 188.37º 0.2% 0.84% -
XYZ 50.9 57.98 71.46 -
YUV 196.62 137.24 109.01 -
System Red Green Blue C M Y K H S L
Decimal 170 207 213 0.20 0.03 0 0.16 188.37 0.34 0.75
Hex AA CF D5 14 3 0 10 BC 22 4B
Octal 252 317 325 24 3 0 20 274 42 113
Binary 10101010 11001111 11010101 10100 11 0 10000 10111100 100010 1001011

Color Harmonies of #AACFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACFD5

Black with #AACFD5

Text Example


Text Example

White with #AACFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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