Html Css Color HEX #ACCCD5 Regent St Blue

📋 copy color: '#ACCCD5'

red 172 ◦ green 204 ◦ blue 213

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

Shades of Regent St Blue #ACCCD5

Tints of Regent St Blue #ACCCD5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.63%

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

R = 29.2%
G = 34.63%
B = 36.16%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACCCD5 (or 0xACCCD5) is known color: Regent St Blue. HEX triplet: AC, CC and D5. RGB value is (172,204,213). Sum of RGB (Red+Green+Blue) = 172+204+213=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACCCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCD5 is #53332A. Grayscale: #C3C3C3. Windows color (decimal): -5452587 or 14011564. OLE color: 14011564.

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

Color convert

RGB 172 204 213 -
CMYK 0.19 0.04 0 0.16
HSL 193.17º 0.33% 0.75% -
HSV(B) 193.17º 0.19% 0.84% -
XYZ 50.62 56.76 71.24 -
YUV 195.46 137.9 111.27 -
System Red Green Blue C M Y K H S L
Decimal 172 204 213 0.19 0.04 0 0.16 193.17 0.33 0.75
Hex AC CC D5 13 4 0 10 C1 21 4B
Octal 254 314 325 23 4 0 20 301 41 113
Binary 10101100 11001100 11010101 10011 100 0 10000 11000001 100001 1001011

Color Harmonies of #ACCCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCD5

Black with #ACCCD5

Text Example


Text Example

White with #ACCCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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