Html Css Color HEX #A1DCD8 Sinbad

📋 copy color: '#A1DCD8'

red 161 ◦ green 220 ◦ blue 216

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

Shades of Sinbad #A1DCD8

Tints of Sinbad #A1DCD8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.85%

 BLUE value IS 216 (84.77% from 255) = 36.18%

R = 26.97%
G = 36.85%
B = 36.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#A1DCD8 (or 0xA1DCD8) is known color: Sinbad. HEX triplet: A1, DC and D8. RGB value is (161,220,216). Sum of RGB (Red+Green+Blue) = 161+220+216=597 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.97% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCD8 is #5E2327. Grayscale: #C9C9C9. Windows color (decimal): -6169384 or 14212257. OLE color: 14212257.

HSL color Cylindrical-coordinate representation of color #A1DCD8: hue angle of 175.93º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DCD8 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 220 216 -
CMYK 0.27 0 0.02 0.14
HSL 175.93º 0.46% 0.75% -
HSV(B) 175.93º 0.27% 0.86% -
XYZ 52.69 63.72 74.49 -
YUV 201.9 135.95 98.83 -
System Red Green Blue C M Y K H S L
Decimal 161 220 216 0.27 0 0.02 0.14 175.93 0.46 0.75
Hex A1 DC D8 1B 0 2 E B0 2E 4B
Octal 241 334 330 33 0 2 16 260 56 113
Binary 10100001 11011100 11011000 11011 0 10 1110 10110000 101110 1001011

Color Harmonies of #A1DCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DCD8

Black with #A1DCD8

Text Example


Text Example

White with #A1DCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DCD8; }

 p { color: rgb(161,220,216); }

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

background-color css

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

 a { background-color: rgb(161,220,216); }

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

border-color css

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

 span { border-color: rgb(161,220,216); }

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