Html Css Color HEX #ACCBD6 Regent St Blue

📋 copy color: '#ACCBD6'

red 172 ◦ green 203 ◦ blue 214

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

Shades of Regent St Blue #ACCBD6

Tints of Regent St Blue #ACCBD6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.47%

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

R = 29.2%
G = 34.47%
B = 36.33%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACCBD6 (or 0xACCBD6) is known color: Regent St Blue. HEX triplet: AC, CB and D6. RGB value is (172,203,214). Sum of RGB (Red+Green+Blue) = 172+203+214=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #ACCBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBD6 is #533429. Grayscale: #C2C2C2. Windows color (decimal): -5452842 or 14076844. OLE color: 14076844.

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

Color convert

RGB 172 203 214 -
CMYK 0.20 0.05 0 0.16
HSL 195.71º 0.34% 0.76% -
HSV(B) 195.71º 0.2% 0.84% -
XYZ 50.51 56.34 71.83 -
YUV 194.99 138.73 111.61 -
System Red Green Blue C M Y K H S L
Decimal 172 203 214 0.20 0.05 0 0.16 195.71 0.34 0.76
Hex AC CB D6 14 5 0 10 C4 22 4C
Octal 254 313 326 24 5 0 20 304 42 114
Binary 10101100 11001011 11010110 10100 101 0 10000 11000100 100010 1001100

Color Harmonies of #ACCBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBD6

Black with #ACCBD6

Text Example


Text Example

White with #ACCBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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