Html Css Color HEX #ACCBD5 Regent St Blue

📋 copy color: '#ACCBD5'

red 172 ◦ green 203 ◦ blue 213

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

Shades of Regent St Blue #ACCBD5

Tints of Regent St Blue #ACCBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.22%

R = 29.25%
G = 34.52%
B = 36.22%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACCBD5 (or 0xACCBD5) is known color: Regent St Blue. HEX triplet: AC, CB and D5. RGB value is (172,203,213). Sum of RGB (Red+Green+Blue) = 172+203+213=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACCBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBD5 is #53342A. Grayscale: #C2C2C2. Windows color (decimal): -5452843 or 14011308. OLE color: 14011308.

HSL color Cylindrical-coordinate representation of color #ACCBD5: hue angle of 194.63º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACCBD5 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 203 213 -
CMYK 0.19 0.05 0 0.16
HSL 194.63º 0.33% 0.75% -
HSV(B) 194.63º 0.19% 0.84% -
XYZ 50.38 56.29 71.16 -
YUV 194.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 172 203 213 0.19 0.05 0 0.16 194.63 0.33 0.75
Hex AC CB D5 13 5 0 10 C3 21 4B
Octal 254 313 325 23 5 0 20 303 41 113
Binary 10101100 11001011 11010101 10011 101 0 10000 11000011 100001 1001011

Color Harmonies of #ACCBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBD5

Black with #ACCBD5

Text Example


Text Example

White with #ACCBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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