Html Css Color HEX #ACC9D7 Regent St Blue

📋 copy color: '#ACC9D7'

red 172 ◦ green 201 ◦ blue 215

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

Shades of Regent St Blue #ACC9D7

Tints of Regent St Blue #ACC9D7

RGB

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

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

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

R = 29.25%
G = 34.18%
B = 36.56%

CMYK

 C value IS 0.2

 M value IS 0.07

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACC9D7 (or 0xACC9D7) is known color: Regent St Blue. HEX triplet: AC, C9 and D7. RGB value is (172,201,215). Sum of RGB (Red+Green+Blue) = 172+201+215=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACC9D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9D7 is #533628. Grayscale: #C1C1C1. Windows color (decimal): -5453353 or 14141868. OLE color: 14141868.

HSL color Cylindrical-coordinate representation of color #ACC9D7: hue angle of 199.53º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACC9D7 is Cyan = 0.2, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 201 215 -
CMYK 0.2 0.07 0 0.16
HSL 199.53º 0.35% 0.76% -
HSV(B) 199.53º 0.2% 0.84% -
XYZ 50.17 55.45 72.35 -
YUV 193.93 139.89 112.36 -
System Red Green Blue C M Y K H S L
Decimal 172 201 215 0.2 0.07 0 0.16 199.53 0.35 0.76
Hex AC C9 D7 14 7 0 10 C8 23 4C
Octal 254 311 327 24 7 0 20 310 43 114
Binary 10101100 11001001 11010111 10100 111 0 10000 11001000 100011 1001100

Color Harmonies of #ACC9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC9D7

Black with #ACC9D7

Text Example


Text Example

White with #ACC9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC9D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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