Html Css Color HEX #ACCBD8 Regent St Blue

📋 copy color: '#ACCBD8'

red 172 ◦ green 203 ◦ blue 216

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

Shades of Regent St Blue #ACCBD8

Tints of Regent St Blue #ACCBD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.55%

R = 29.1%
G = 34.35%
B = 36.55%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACCBD8 (or 0xACCBD8) is known color: Regent St Blue. HEX triplet: AC, CB and D8. RGB value is (172,203,216). Sum of RGB (Red+Green+Blue) = 172+203+216=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 216 - color contains mainly: blue. Hex color #ACCBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBD8 is #533427. Grayscale: #C3C3C3. Windows color (decimal): -5452840 or 14207916. OLE color: 14207916.

HSL color Cylindrical-coordinate representation of color #ACCBD8: hue angle of 197.73º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACCBD8 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 203 216 -
CMYK 0.20 0.06 0 0.15
HSL 197.73º 0.36% 0.76% -
HSV(B) 197.73º 0.2% 0.85% -
XYZ 50.76 56.44 73.18 -
YUV 195.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 172 203 216 0.20 0.06 0 0.15 197.73 0.36 0.76
Hex AC CB D8 14 6 0 F C6 24 4C
Octal 254 313 330 24 6 0 17 306 44 114
Binary 10101100 11001011 11011000 10100 110 0 1111 11000110 100100 1001100

Color Harmonies of #ACCBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBD8

Black with #ACCBD8

Text Example


Text Example

White with #ACCBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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