Html Css Color HEX #A1CDC7 Sinbad

📋 copy color: '#A1CDC7'

red 161 ◦ green 205 ◦ blue 199

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

Shades of Sinbad #A1CDC7

Tints of Sinbad #A1CDC7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.28%

 BLUE value IS 199 (78.13% from 255) = 35.22%

R = 28.5%
G = 36.28%
B = 35.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#A1CDC7 (or 0xA1CDC7) is known color: Sinbad. HEX triplet: A1, CD and C7. RGB value is (161,205,199). Sum of RGB (Red+Green+Blue) = 161+205+199=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDC7 is #5E3238. Grayscale: #BFBFBF. Windows color (decimal): -6173241 or 13094305. OLE color: 13094305.

HSL color Cylindrical-coordinate representation of color #A1CDC7: hue angle of 171.82º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CDC7 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 205 199 -
CMYK 0.21 0 0.03 0.20
HSL 171.82º 0.31% 0.72% -
HSV(B) 171.82º 0.21% 0.8% -
XYZ 46.84 55.36 62.25 -
YUV 191.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 161 205 199 0.21 0 0.03 0.20 171.82 0.31 0.72
Hex A1 CD C7 15 0 3 14 AC 1F 48
Octal 241 315 307 25 0 3 24 254 37 110
Binary 10100001 11001101 11000111 10101 0 11 10100 10101100 11111 1001000

Color Harmonies of #A1CDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CDC7

Black with #A1CDC7

Text Example


Text Example

White with #A1CDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CDC7; }

 p { color: rgb(161,205,199); }

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

background-color css

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

 a { background-color: rgb(161,205,199); }

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

border-color css

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

 span { border-color: rgb(161,205,199); }

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