Html Css Color HEX #A1D6CC Sinbad

📋 copy color: '#A1D6CC'

red 161 ◦ green 214 ◦ blue 204

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

Shades of Sinbad #A1D6CC

Tints of Sinbad #A1D6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.96%

 BLUE value IS 204 (80.08% from 255) = 35.23%

R = 27.81%
G = 36.96%
B = 35.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#A1D6CC (or 0xA1D6CC) is known color: Sinbad. HEX triplet: A1, D6 and CC. RGB value is (161,214,204). Sum of RGB (Red+Green+Blue) = 161+214+204=579 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.81% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D6CC is #5E2933. Grayscale: #C5C5C5. Windows color (decimal): -6170932 or 13424289. OLE color: 13424289.

HSL color Cylindrical-coordinate representation of color #A1D6CC: hue angle of 168.68º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D6CC is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 214 204 -
CMYK 0.25 0 0.05 0.16
HSL 168.68º 0.39% 0.74% -
HSV(B) 168.68º 0.25% 0.84% -
XYZ 49.64 60.03 66.1 -
YUV 197.01 131.94 102.31 -
System Red Green Blue C M Y K H S L
Decimal 161 214 204 0.25 0 0.05 0.16 168.68 0.39 0.74
Hex A1 D6 CC 19 0 5 10 A9 27 4A
Octal 241 326 314 31 0 5 20 251 47 112
Binary 10100001 11010110 11001100 11001 0 101 10000 10101001 100111 1001010

Color Harmonies of #A1D6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D6CC

Black with #A1D6CC

Text Example


Text Example

White with #A1D6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D6CC; }

 p { color: rgb(161,214,204); }

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

background-color css

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

 a { background-color: rgb(161,214,204); }

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

border-color css

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

 span { border-color: rgb(161,214,204); }

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