Html Css Color HEX #ACCDD7 Regent St Blue

📋 copy color: '#ACCDD7'

red 172 ◦ green 205 ◦ blue 215

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

Shades of Regent St Blue #ACCDD7

Tints of Regent St Blue #ACCDD7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.63%

 BLUE value IS 215 (84.38% from 255) = 36.32%

R = 29.05%
G = 34.63%
B = 36.32%

CMYK

 C value IS 0.2

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACCDD7 (or 0xACCDD7) is known color: Regent St Blue. HEX triplet: AC, CD and D7. RGB value is (172,205,215). Sum of RGB (Red+Green+Blue) = 172+205+215=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACCDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDD7 is #533228. Grayscale: #C4C4C4. Windows color (decimal): -5452329 or 14142892. OLE color: 14142892.

HSL color Cylindrical-coordinate representation of color #ACCDD7: hue angle of 193.95º degrees, saturation: 0.35, 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 #ACCDD7 is Cyan = 0.2, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 205 215 -
CMYK 0.2 0.05 0 0.16
HSL 193.95º 0.35% 0.76% -
HSV(B) 193.95º 0.2% 0.84% -
XYZ 51.11 57.34 72.66 -
YUV 196.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 172 205 215 0.2 0.05 0 0.16 193.95 0.35 0.76
Hex AC CD D7 14 5 0 10 C2 23 4C
Octal 254 315 327 24 5 0 20 302 43 114
Binary 10101100 11001101 11010111 10100 101 0 10000 11000010 100011 1001100

Color Harmonies of #ACCDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDD7

Black with #ACCDD7

Text Example


Text Example

White with #ACCDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDD7; }

 p { color: rgb(172,205,215); }

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

background-color css

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

 a { background-color: rgb(172,205,215); }

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

border-color css

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

 span { border-color: rgb(172,205,215); }

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