Html Css Color HEX #ACCED4 Regent St Blue

📋 copy color: '#ACCED4'

red 172 ◦ green 206 ◦ blue 212

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

Shades of Regent St Blue #ACCED4

Tints of Regent St Blue #ACCED4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.92%

 BLUE value IS 212 (83.2% from 255) = 35.93%

R = 29.15%
G = 34.92%
B = 35.93%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ACCED4 (or 0xACCED4) is known color: Regent St Blue. HEX triplet: AC, CE and D4. RGB value is (172,206,212). Sum of RGB (Red+Green+Blue) = 172+206+212=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 212 - color contains mainly: blue. Hex color #ACCED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCED4 is #53312B. Grayscale: #C4C4C4. Windows color (decimal): -5452076 or 13946540. OLE color: 13946540.

HSL color Cylindrical-coordinate representation of color #ACCED4: hue angle of 189º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACCED4 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 206 212 -
CMYK 0.19 0.03 0 0.17
HSL 189º 0.32% 0.75% -
HSV(B) 189º 0.19% 0.83% -
XYZ 50.97 57.67 70.73 -
YUV 196.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 172 206 212 0.19 0.03 0 0.17 189 0.32 0.75
Hex AC CE D4 13 3 0 11 BD 20 4B
Octal 254 316 324 23 3 0 21 275 40 113
Binary 10101100 11001110 11010100 10011 11 0 10001 10111101 100000 1001011

Color Harmonies of #ACCED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCED4

Black with #ACCED4

Text Example


Text Example

White with #ACCED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCED4; }

 p { color: rgb(172,206,212); }

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

background-color css

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

 a { background-color: rgb(172,206,212); }

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

border-color css

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

 span { border-color: rgb(172,206,212); }

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