Html Css Color HEX #ACD1D6 Regent St Blue

📋 copy color: '#ACD1D6'

red 172 ◦ green 209 ◦ blue 214

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

Shades of Regent St Blue #ACD1D6

Tints of Regent St Blue #ACD1D6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.13%

 BLUE value IS 214 (83.98% from 255) = 35.97%

R = 28.91%
G = 35.13%
B = 35.97%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACD1D6 (or 0xACD1D6) is known color: Regent St Blue. HEX triplet: AC, D1 and D6. RGB value is (172,209,214). Sum of RGB (Red+Green+Blue) = 172+209+214=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 214 - color contains mainly: blue. Hex color #ACD1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD1D6 is #532E29. Grayscale: #C6C6C6. Windows color (decimal): -5451306 or 14078380. OLE color: 14078380.

HSL color Cylindrical-coordinate representation of color #ACD1D6: hue angle of 187.14º degrees, saturation: 0.34, 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 #ACD1D6 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 209 214 -
CMYK 0.20 0.02 0 0.16
HSL 187.14º 0.34% 0.76% -
HSV(B) 187.14º 0.2% 0.84% -
XYZ 51.95 59.23 72.31 -
YUV 198.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 172 209 214 0.20 0.02 0 0.16 187.14 0.34 0.76
Hex AC D1 D6 14 2 0 10 BB 22 4C
Octal 254 321 326 24 2 0 20 273 42 114
Binary 10101100 11010001 11010110 10100 10 0 10000 10111011 100010 1001100

Color Harmonies of #ACD1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD1D6

Black with #ACD1D6

Text Example


Text Example

White with #ACD1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD1D6; }

 p { color: rgb(172,209,214); }

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

background-color css

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

 a { background-color: rgb(172,209,214); }

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

border-color css

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

 span { border-color: rgb(172,209,214); }

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