Html Css Color HEX #ACCACF Regent St Blue

📋 copy color: '#ACCACF'

red 172 ◦ green 202 ◦ blue 207

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

Shades of Regent St Blue #ACCACF

Tints of Regent St Blue #ACCACF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.77%

 BLUE value IS 207 (81.25% from 255) = 35.63%

R = 29.6%
G = 34.77%
B = 35.63%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ACCACF (or 0xACCACF) is known color: Regent St Blue. HEX triplet: AC, CA and CF. RGB value is (172,202,207). Sum of RGB (Red+Green+Blue) = 172+202+207=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACCACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCACF is #533530. Grayscale: #C1C1C1. Windows color (decimal): -5453105 or 13617836. OLE color: 13617836.

HSL color Cylindrical-coordinate representation of color #ACCACF: hue angle of 188.57º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCACF is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 202 207 -
CMYK 0.17 0.02 0 0.19
HSL 188.57º 0.27% 0.74% -
HSV(B) 188.57º 0.17% 0.81% -
XYZ 49.4 55.52 67.14 -
YUV 193.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 172 202 207 0.17 0.02 0 0.19 188.57 0.27 0.74
Hex AC CA CF 11 2 0 13 BD 1B 4A
Octal 254 312 317 21 2 0 23 275 33 112
Binary 10101100 11001010 11001111 10001 10 0 10011 10111101 11011 1001010

Color Harmonies of #ACCACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCACF

Black with #ACCACF

Text Example


Text Example

White with #ACCACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCACF; }

 p { color: rgb(172,202,207); }

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

background-color css

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

 a { background-color: rgb(172,202,207); }

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

border-color css

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

 span { border-color: rgb(172,202,207); }

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