Html Css Color HEX #ACCCD1 Regent St Blue

📋 copy color: '#ACCCD1'

red 172 ◦ green 204 ◦ blue 209

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

Shades of Regent St Blue #ACCCD1

Tints of Regent St Blue #ACCCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.73%

R = 29.4%
G = 34.87%
B = 35.73%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ACCCD1 (or 0xACCCD1) is known color: Regent St Blue. HEX triplet: AC, CC and D1. RGB value is (172,204,209). Sum of RGB (Red+Green+Blue) = 172+204+209=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #ACCCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCD1 is #53332E. Grayscale: #C2C2C2. Windows color (decimal): -5452591 or 13749420. OLE color: 13749420.

HSL color Cylindrical-coordinate representation of color #ACCCD1: hue angle of 188.11º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACCCD1 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 204 209 -
CMYK 0.18 0.02 0 0.18
HSL 188.11º 0.29% 0.75% -
HSV(B) 188.11º 0.18% 0.82% -
XYZ 50.11 56.56 68.6 -
YUV 195 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 172 204 209 0.18 0.02 0 0.18 188.11 0.29 0.75
Hex AC CC D1 12 2 0 12 BC 1D 4B
Octal 254 314 321 22 2 0 22 274 35 113
Binary 10101100 11001100 11010001 10010 10 0 10010 10111100 11101 1001011

Color Harmonies of #ACCCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCD1

Black with #ACCCD1

Text Example


Text Example

White with #ACCCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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