Html Css Color HEX #AAD0D8 Regent St Blue

📋 copy color: '#AAD0D8'

red 170 ◦ green 208 ◦ blue 216

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

Shades of Regent St Blue #AAD0D8

Tints of Regent St Blue #AAD0D8

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.02%

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

R = 28.62%
G = 35.02%
B = 36.36%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AAD0D8 (or 0xAAD0D8) is known color: Regent St Blue. HEX triplet: AA, D0 and D8. RGB value is (170,208,216). Sum of RGB (Red+Green+Blue) = 170+208+216=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAD0D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0D8 is #552F27. Grayscale: #C5C5C5. Windows color (decimal): -5582632 or 14209194. OLE color: 14209194.

HSL color Cylindrical-coordinate representation of color #AAD0D8: hue angle of 190.43º 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 #AAD0D8 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 208 216 -
CMYK 0.21 0.04 0 0.15
HSL 190.43º 0.37% 0.76% -
HSV(B) 190.43º 0.21% 0.85% -
XYZ 51.53 58.62 73.56 -
YUV 197.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 170 208 216 0.21 0.04 0 0.15 190.43 0.37 0.76
Hex AA D0 D8 15 4 0 F BE 25 4C
Octal 252 320 330 25 4 0 17 276 45 114
Binary 10101010 11010000 11011000 10101 100 0 1111 10111110 100101 1001100

Color Harmonies of #AAD0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD0D8

Black with #AAD0D8

Text Example


Text Example

White with #AAD0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD0D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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