Html Css Color HEX #ACC6CD Regent St Blue

📋 copy color: '#ACC6CD'

red 172 ◦ green 198 ◦ blue 205

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

Shades of Regent St Blue #ACC6CD

Tints of Regent St Blue #ACC6CD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.43%

 BLUE value IS 205 (80.47% from 255) = 35.65%

R = 29.91%
G = 34.43%
B = 35.65%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACC6CD (or 0xACC6CD) is known color: Regent St Blue. HEX triplet: AC, C6 and CD. RGB value is (172,198,205). Sum of RGB (Red+Green+Blue) = 172+198+205=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACC6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6CD is #533932. Grayscale: #BEBEBE. Windows color (decimal): -5454131 or 13485740. OLE color: 13485740.

HSL color Cylindrical-coordinate representation of color #ACC6CD: hue angle of 192.73º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACC6CD is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 198 205 -
CMYK 0.16 0.03 0 0.20
HSL 192.73º 0.25% 0.74% -
HSV(B) 192.73º 0.16% 0.8% -
XYZ 48.23 53.57 65.56 -
YUV 191.02 135.89 114.43 -
System Red Green Blue C M Y K H S L
Decimal 172 198 205 0.16 0.03 0 0.20 192.73 0.25 0.74
Hex AC C6 CD 10 3 0 14 C1 19 4A
Octal 254 306 315 20 3 0 24 301 31 112
Binary 10101100 11000110 11001101 10000 11 0 10100 11000001 11001 1001010

Color Harmonies of #ACC6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC6CD

Black with #ACC6CD

Text Example


Text Example

White with #ACC6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC6CD; }

 p { color: rgb(172,198,205); }

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

background-color css

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

 a { background-color: rgb(172,198,205); }

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

border-color css

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

 span { border-color: rgb(172,198,205); }

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