Html Css Color HEX #A1D8D3 Sinbad

📋 copy color: '#A1D8D3'

red 161 ◦ green 216 ◦ blue 211

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

Shades of Sinbad #A1D8D3

Tints of Sinbad #A1D8D3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.73%

 BLUE value IS 211 (82.81% from 255) = 35.88%

R = 27.38%
G = 36.73%
B = 35.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#A1D8D3 (or 0xA1D8D3) is known color: Sinbad. HEX triplet: A1, D8 and D3. RGB value is (161,216,211). Sum of RGB (Red+Green+Blue) = 161+216+211=588 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.38% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D8D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D8D3 is #5E272C. Grayscale: #C6C6C6. Windows color (decimal): -6170413 or 13883553. OLE color: 13883553.

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

Color convert

RGB 161 216 211 -
CMYK 0.25 0 0.02 0.15
HSL 174.55º 0.41% 0.74% -
HSV(B) 174.55º 0.25% 0.85% -
XYZ 51.01 61.39 70.79 -
YUV 198.99 134.78 100.91 -
System Red Green Blue C M Y K H S L
Decimal 161 216 211 0.25 0 0.02 0.15 174.55 0.41 0.74
Hex A1 D8 D3 19 0 2 F AF 29 4A
Octal 241 330 323 31 0 2 17 257 51 112
Binary 10100001 11011000 11010011 11001 0 10 1111 10101111 101001 1001010

Color Harmonies of #A1D8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D8D3

Black with #A1D8D3

Text Example


Text Example

White with #A1D8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D8D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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