Html Css Color HEX #AAD3CC Sinbad

📋 copy color: '#AAD3CC'

red 170 ◦ green 211 ◦ blue 204

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

Shades of Sinbad #AAD3CC

Tints of Sinbad #AAD3CC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.07%

 BLUE value IS 204 (80.08% from 255) = 34.87%

R = 29.06%
G = 36.07%
B = 34.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#AAD3CC (or 0xAAD3CC) is known color: Sinbad. HEX triplet: AA, D3 and CC. RGB value is (170,211,204). Sum of RGB (Red+Green+Blue) = 170+211+204=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD3CC is #552C33. Grayscale: #C5C5C5. Windows color (decimal): -5581876 or 13423530. OLE color: 13423530.

HSL color Cylindrical-coordinate representation of color #AAD3CC: hue angle of 169.76º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD3CC is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 204 -
CMYK 0.19 0 0.03 0.17
HSL 169.76º 0.32% 0.75% -
HSV(B) 169.76º 0.19% 0.83% -
XYZ 50.77 59.49 65.93 -
YUV 197.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 170 211 204 0.19 0 0.03 0.17 169.76 0.32 0.75
Hex AA D3 CC 13 0 3 11 AA 20 4B
Octal 252 323 314 23 0 3 21 252 40 113
Binary 10101010 11010011 11001100 10011 0 11 10001 10101010 100000 1001011

Color Harmonies of #AAD3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD3CC

Black with #AAD3CC

Text Example


Text Example

White with #AAD3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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