Html Css Color HEX #AACCD7 Regent St Blue

📋 copy color: '#AACCD7'

red 170 ◦ green 204 ◦ blue 215

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

Shades of Regent St Blue #AACCD7

Tints of Regent St Blue #AACCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.5%

R = 28.86%
G = 34.63%
B = 36.5%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AACCD7 (or 0xAACCD7) is known color: Regent St Blue. HEX triplet: AA, CC and D7. RGB value is (170,204,215). Sum of RGB (Red+Green+Blue) = 170+204+215=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 215 - color contains mainly: blue. Hex color #AACCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCD7 is #553328. Grayscale: #C3C3C3. Windows color (decimal): -5583657 or 14142634. OLE color: 14142634.

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

Color convert

RGB 170 204 215 -
CMYK 0.21 0.05 0 0.16
HSL 194.67º 0.36% 0.75% -
HSV(B) 194.67º 0.21% 0.84% -
XYZ 50.44 56.64 72.56 -
YUV 195.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 170 204 215 0.21 0.05 0 0.16 194.67 0.36 0.75
Hex AA CC D7 15 5 0 10 C3 24 4B
Octal 252 314 327 25 5 0 20 303 44 113
Binary 10101010 11001100 11010111 10101 101 0 10000 11000011 100100 1001011

Color Harmonies of #AACCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCD7

Black with #AACCD7

Text Example


Text Example

White with #AACCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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