Html Css Color HEX #ACC9D6 Regent St Blue

📋 copy color: '#ACC9D6'

red 172 ◦ green 201 ◦ blue 214

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

Shades of Regent St Blue #ACC9D6

Tints of Regent St Blue #ACC9D6

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.24%

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

R = 29.3%
G = 34.24%
B = 36.46%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACC9D6 (or 0xACC9D6) is known color: Regent St Blue. HEX triplet: AC, C9 and D6. RGB value is (172,201,214). Sum of RGB (Red+Green+Blue) = 172+201+214=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 214 - color contains mainly: blue. Hex color #ACC9D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9D6 is #533629. Grayscale: #C1C1C1. Windows color (decimal): -5453354 or 14076332. OLE color: 14076332.

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

Color convert

RGB 172 201 214 -
CMYK 0.20 0.06 0 0.16
HSL 198.57º 0.34% 0.76% -
HSV(B) 198.57º 0.2% 0.84% -
XYZ 50.04 55.4 71.67 -
YUV 193.81 139.39 112.44 -
System Red Green Blue C M Y K H S L
Decimal 172 201 214 0.20 0.06 0 0.16 198.57 0.34 0.76
Hex AC C9 D6 14 6 0 10 C7 22 4C
Octal 254 311 326 24 6 0 20 307 42 114
Binary 10101100 11001001 11010110 10100 110 0 10000 11000111 100010 1001100

Color Harmonies of #ACC9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC9D6

Black with #ACC9D6

Text Example


Text Example

White with #ACC9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC9D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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