Html Css Color HEX #AAD0CC Sinbad

📋 copy color: '#AAD0CC'

red 170 ◦ green 208 ◦ blue 204

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

Shades of Sinbad #AAD0CC

Tints of Sinbad #AAD0CC

RGB

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

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

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

R = 29.21%
G = 35.74%
B = 35.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#AAD0CC (or 0xAAD0CC) is known color: Sinbad. HEX triplet: AA, D0 and CC. RGB value is (170,208,204). Sum of RGB (Red+Green+Blue) = 170+208+204=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0CC is #552F33. Grayscale: #C4C4C4. Windows color (decimal): -5582644 or 13422762. OLE color: 13422762.

HSL color Cylindrical-coordinate representation of color #AAD0CC: hue angle of 173.68º 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 #AAD0CC is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 204 -
CMYK 0.18 0 0.02 0.18
HSL 173.68º 0.29% 0.74% -
HSV(B) 173.68º 0.18% 0.82% -
XYZ 50.03 58.02 65.69 -
YUV 196.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 170 208 204 0.18 0 0.02 0.18 173.68 0.29 0.74
Hex AA D0 CC 12 0 2 12 AE 1D 4A
Octal 252 320 314 22 0 2 22 256 35 112
Binary 10101010 11010000 11001100 10010 0 10 10010 10101110 11101 1001010

Color Harmonies of #AAD0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD0CC

Black with #AAD0CC

Text Example


Text Example

White with #AAD0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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