Html Css Color HEX #ACC7CF Regent St Blue

📋 copy color: '#ACC7CF'

red 172 ◦ green 199 ◦ blue 207

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

Shades of Regent St Blue #ACC7CF

Tints of Regent St Blue #ACC7CF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.43%

 BLUE value IS 207 (81.25% from 255) = 35.81%

R = 29.76%
G = 34.43%
B = 35.81%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ACC7CF (or 0xACC7CF) is known color: Regent St Blue. HEX triplet: AC, C7 and CF. RGB value is (172,199,207). Sum of RGB (Red+Green+Blue) = 172+199+207=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACC7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7CF is #533830. Grayscale: #BFBFBF. Windows color (decimal): -5453873 or 13617068. OLE color: 13617068.

HSL color Cylindrical-coordinate representation of color #ACC7CF: hue angle of 193.71º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACC7CF is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 199 207 -
CMYK 0.17 0.04 0 0.19
HSL 193.71º 0.27% 0.74% -
HSV(B) 193.71º 0.17% 0.81% -
XYZ 48.7 54.12 66.91 -
YUV 191.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 172 199 207 0.17 0.04 0 0.19 193.71 0.27 0.74
Hex AC C7 CF 11 4 0 13 C2 1B 4A
Octal 254 307 317 21 4 0 23 302 33 112
Binary 10101100 11000111 11001111 10001 100 0 10011 11000010 11011 1001010

Color Harmonies of #ACC7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC7CF

Black with #ACC7CF

Text Example


Text Example

White with #ACC7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC7CF; }

 p { color: rgb(172,199,207); }

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

background-color css

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

 a { background-color: rgb(172,199,207); }

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

border-color css

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

 span { border-color: rgb(172,199,207); }

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