Html Css Color HEX #A1DAD7 Sinbad

📋 copy color: '#A1DAD7'

red 161 ◦ green 218 ◦ blue 215

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

Shades of Sinbad #A1DAD7

Tints of Sinbad #A1DAD7

RGB

 RED value IS 161 (63.28% from 255) = 27.1%

 GREEN value IS 218 (85.55% from 255) = 36.7%

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

R = 27.1%
G = 36.7%
B = 36.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#A1DAD7 (or 0xA1DAD7) is known color: Sinbad. HEX triplet: A1, DA and D7. RGB value is (161,218,215). Sum of RGB (Red+Green+Blue) = 161+218+215=594 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.10% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DAD7 is #5E2528. Grayscale: #C8C8C8. Windows color (decimal): -6169897 or 14146209. OLE color: 14146209.

HSL color Cylindrical-coordinate representation of color #A1DAD7: hue angle of 176.84º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DAD7 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 218 215 -
CMYK 0.26 0 0.01 0.15
HSL 176.84º 0.44% 0.74% -
HSV(B) 176.84º 0.26% 0.85% -
XYZ 52.04 62.63 73.64 -
YUV 200.62 136.12 99.74 -
System Red Green Blue C M Y K H S L
Decimal 161 218 215 0.26 0 0.01 0.15 176.84 0.44 0.74
Hex A1 DA D7 1A 0 1 F B1 2C 4A
Octal 241 332 327 32 0 1 17 261 54 112
Binary 10100001 11011010 11010111 11010 0 1 1111 10110001 101100 1001010

Color Harmonies of #A1DAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DAD7

Black with #A1DAD7

Text Example


Text Example

White with #A1DAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DAD7; }

 p { color: rgb(161,218,215); }

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

background-color css

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

 a { background-color: rgb(161,218,215); }

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

border-color css

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

 span { border-color: rgb(161,218,215); }

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