Html Css Color HEX #ACD0D5 Regent St Blue

📋 copy color: '#ACD0D5'

red 172 ◦ green 208 ◦ blue 213

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

Shades of Regent St Blue #ACD0D5

Tints of Regent St Blue #ACD0D5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.08%

 BLUE value IS 213 (83.59% from 255) = 35.92%

R = 29.01%
G = 35.08%
B = 35.92%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACD0D5 (or 0xACD0D5) is known color: Regent St Blue. HEX triplet: AC, D0 and D5. RGB value is (172,208,213). Sum of RGB (Red+Green+Blue) = 172+208+213=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACD0D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0D5 is #532F2A. Grayscale: #C5C5C5. Windows color (decimal): -5451563 or 14012588. OLE color: 14012588.

HSL color Cylindrical-coordinate representation of color #ACD0D5: hue angle of 187.32º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD0D5 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 208 213 -
CMYK 0.19 0.02 0 0.16
HSL 187.32º 0.33% 0.75% -
HSV(B) 187.32º 0.19% 0.84% -
XYZ 51.58 58.69 71.56 -
YUV 197.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 172 208 213 0.19 0.02 0 0.16 187.32 0.33 0.75
Hex AC D0 D5 13 2 0 10 BB 21 4B
Octal 254 320 325 23 2 0 20 273 41 113
Binary 10101100 11010000 11010101 10011 10 0 10000 10111011 100001 1001011

Color Harmonies of #ACD0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0D5

Black with #ACD0D5

Text Example


Text Example

White with #ACD0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0D5; }

 p { color: rgb(172,208,213); }

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

background-color css

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

 a { background-color: rgb(172,208,213); }

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

border-color css

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

 span { border-color: rgb(172,208,213); }

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