Html Css Color HEX #AAD0CA Sinbad

📋 copy color: '#AAD0CA'

red 170 ◦ green 208 ◦ blue 202

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

Shades of Sinbad #AAD0CA

Tints of Sinbad #AAD0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.83%

R = 29.31%
G = 35.86%
B = 34.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#AAD0CA (or 0xAAD0CA) is known color: Sinbad. HEX triplet: AA, D0 and CA. RGB value is (170,208,202). Sum of RGB (Red+Green+Blue) = 170+208+202=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0CA is #552F35. Grayscale: #C3C3C3. Windows color (decimal): -5582646 or 13291690. OLE color: 13291690.

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

Color convert

RGB 170 208 202 -
CMYK 0.18 0 0.03 0.18
HSL 170.53º 0.29% 0.74% -
HSV(B) 170.53º 0.18% 0.82% -
XYZ 49.79 57.92 64.43 -
YUV 195.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 170 208 202 0.18 0 0.03 0.18 170.53 0.29 0.74
Hex AA D0 CA 12 0 3 12 AB 1D 4A
Octal 252 320 312 22 0 3 22 253 35 112
Binary 10101010 11010000 11001010 10010 0 11 10010 10101011 11101 1001010

Color Harmonies of #AAD0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD0CA

Black with #AAD0CA

Text Example


Text Example

White with #AAD0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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