Html Css Color HEX #AACCD8 Regent St Blue

📋 copy color: '#AACCD8'

red 170 ◦ green 204 ◦ blue 216

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

Shades of Regent St Blue #AACCD8

Tints of Regent St Blue #AACCD8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.58%

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

R = 28.81%
G = 34.58%
B = 36.61%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AACCD8 (or 0xAACCD8) is known color: Regent St Blue. HEX triplet: AA, CC and D8. RGB value is (170,204,216). Sum of RGB (Red+Green+Blue) = 170+204+216=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 216 - color contains mainly: blue. Hex color #AACCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCD8 is #553327. Grayscale: #C3C3C3. Windows color (decimal): -5583656 or 14208170. OLE color: 14208170.

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

Color convert

RGB 170 204 216 -
CMYK 0.21 0.06 0 0.15
HSL 195.65º 0.37% 0.76% -
HSV(B) 195.65º 0.21% 0.85% -
XYZ 50.57 56.69 73.24 -
YUV 195.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 170 204 216 0.21 0.06 0 0.15 195.65 0.37 0.76
Hex AA CC D8 15 6 0 F C4 25 4C
Octal 252 314 330 25 6 0 17 304 45 114
Binary 10101010 11001100 11011000 10101 110 0 1111 11000100 100101 1001100

Color Harmonies of #AACCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCD8

Black with #AACCD8

Text Example


Text Example

White with #AACCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCD8; }

 p { color: rgb(170,204,216); }

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

background-color css

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

 a { background-color: rgb(170,204,216); }

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

border-color css

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

 span { border-color: rgb(170,204,216); }

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