Html Css Color HEX #ACC9D5 Regent St Blue

📋 copy color: '#ACC9D5'

red 172 ◦ green 201 ◦ blue 213

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

Shades of Regent St Blue #ACC9D5

Tints of Regent St Blue #ACC9D5

RGB

 RED value IS 172 (67.58% from 255) = 29.35%

 GREEN value IS 201 (78.91% from 255) = 34.3%

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

R = 29.35%
G = 34.3%
B = 36.35%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACC9D5 (or 0xACC9D5) is known color: Regent St Blue. HEX triplet: AC, C9 and D5. RGB value is (172,201,213). Sum of RGB (Red+Green+Blue) = 172+201+213=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACC9D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9D5 is #53362A. Grayscale: #C1C1C1. Windows color (decimal): -5453355 or 14010796. OLE color: 14010796.

HSL color Cylindrical-coordinate representation of color #ACC9D5: hue angle of 197.56º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACC9D5 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 201 213 -
CMYK 0.19 0.06 0 0.16
HSL 197.56º 0.33% 0.75% -
HSV(B) 197.56º 0.19% 0.84% -
XYZ 49.91 55.35 71 -
YUV 193.7 138.89 112.52 -
System Red Green Blue C M Y K H S L
Decimal 172 201 213 0.19 0.06 0 0.16 197.56 0.33 0.75
Hex AC C9 D5 13 6 0 10 C6 21 4B
Octal 254 311 325 23 6 0 20 306 41 113
Binary 10101100 11001001 11010101 10011 110 0 10000 11000110 100001 1001011

Color Harmonies of #ACC9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC9D5

Black with #ACC9D5

Text Example


Text Example

White with #ACC9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC9D5; }

 p { color: rgb(172,201,213); }

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

background-color css

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

 a { background-color: rgb(172,201,213); }

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

border-color css

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

 span { border-color: rgb(172,201,213); }

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