Html Css Color HEX #AACBD0 Regent St Blue

📋 copy color: '#AACBD0'

red 170 ◦ green 203 ◦ blue 208

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

Shades of Regent St Blue #AACBD0

Tints of Regent St Blue #AACBD0

RGB

 RED value IS 170 (66.8% from 255) = 29.26%

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

 BLUE value IS 208 (81.64% from 255) = 35.8%

R = 29.26%
G = 34.94%
B = 35.8%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AACBD0 (or 0xAACBD0) is known color: Regent St Blue. HEX triplet: AA, CB and D0. RGB value is (170,203,208). Sum of RGB (Red+Green+Blue) = 170+203+208=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 208 - color contains mainly: blue. Hex color #AACBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBD0 is #55342F. Grayscale: #C1C1C1. Windows color (decimal): -5583920 or 13683626. OLE color: 13683626.

HSL color Cylindrical-coordinate representation of color #AACBD0: hue angle of 187.89º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AACBD0 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 203 208 -
CMYK 0.18 0.02 0 0.18
HSL 187.89º 0.29% 0.74% -
HSV(B) 187.89º 0.18% 0.82% -
XYZ 49.32 55.81 67.85 -
YUV 193.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 170 203 208 0.18 0.02 0 0.18 187.89 0.29 0.74
Hex AA CB D0 12 2 0 12 BC 1D 4A
Octal 252 313 320 22 2 0 22 274 35 112
Binary 10101010 11001011 11010000 10010 10 0 10010 10111100 11101 1001010

Color Harmonies of #AACBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBD0

Black with #AACBD0

Text Example


Text Example

White with #AACBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBD0; }

 p { color: rgb(170,203,208); }

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

background-color css

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

 a { background-color: rgb(170,203,208); }

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

border-color css

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

 span { border-color: rgb(170,203,208); }

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