Html Css Color HEX #ACC6CE Regent St Blue

📋 copy color: '#ACC6CE'

red 172 ◦ green 198 ◦ blue 206

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

Shades of Regent St Blue #ACC6CE

Tints of Regent St Blue #ACC6CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.76%

R = 29.86%
G = 34.38%
B = 35.76%

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

#ACC6CE (or 0xACC6CE) is known color: Regent St Blue. HEX triplet: AC, C6 and CE. RGB value is (172,198,206). Sum of RGB (Red+Green+Blue) = 172+198+206=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACC6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6CE is #533931. Grayscale: #BFBFBF. Windows color (decimal): -5454130 or 13551276. OLE color: 13551276.

HSL color Cylindrical-coordinate representation of color #ACC6CE: hue angle of 194.12º degrees, saturation: 0.26, 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 #ACC6CE is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 198 206 -
CMYK 0.17 0.04 0 0.19
HSL 194.12º 0.26% 0.74% -
HSV(B) 194.12º 0.17% 0.81% -
XYZ 48.35 53.62 66.19 -
YUV 191.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 172 198 206 0.17 0.04 0 0.19 194.12 0.26 0.74
Hex AC C6 CE 11 4 0 13 C2 1A 4A
Octal 254 306 316 21 4 0 23 302 32 112
Binary 10101100 11000110 11001110 10001 100 0 10011 11000010 11010 1001010

Color Harmonies of #ACC6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC6CE

Black with #ACC6CE

Text Example


Text Example

White with #ACC6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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