Html Css Color HEX #A1DAD5 Sinbad

📋 copy color: '#A1DAD5'

red 161 ◦ green 218 ◦ blue 213

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

Shades of Sinbad #A1DAD5

Tints of Sinbad #A1DAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.98%

R = 27.2%
G = 36.82%
B = 35.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#A1DAD5 (or 0xA1DAD5) is known color: Sinbad. HEX triplet: A1, DA and D5. RGB value is (161,218,213). Sum of RGB (Red+Green+Blue) = 161+218+213=592 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.20% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DAD5 is #5E252A. Grayscale: #C8C8C8. Windows color (decimal): -6169899 or 14015137. OLE color: 14015137.

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

Color convert

RGB 161 218 213 -
CMYK 0.26 0 0.02 0.15
HSL 174.74º 0.44% 0.74% -
HSV(B) 174.74º 0.26% 0.85% -
XYZ 51.78 62.52 72.29 -
YUV 200.39 135.12 99.91 -
System Red Green Blue C M Y K H S L
Decimal 161 218 213 0.26 0 0.02 0.15 174.74 0.44 0.74
Hex A1 DA D5 1A 0 2 F AF 2C 4A
Octal 241 332 325 32 0 2 17 257 54 112
Binary 10100001 11011010 11010101 11010 0 10 1111 10101111 101100 1001010

Color Harmonies of #A1DAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DAD5

Black with #A1DAD5

Text Example


Text Example

White with #A1DAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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