Html Css Color HEX #A1D5CA Sinbad

📋 copy color: '#A1D5CA'

red 161 ◦ green 213 ◦ blue 202

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

Shades of Sinbad #A1D5CA

Tints of Sinbad #A1D5CA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.98%

 BLUE value IS 202 (79.3% from 255) = 35.07%

R = 27.95%
G = 36.98%
B = 35.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#A1D5CA (or 0xA1D5CA) is known color: Sinbad. HEX triplet: A1, D5 and CA. RGB value is (161,213,202). Sum of RGB (Red+Green+Blue) = 161+213+202=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D5CA is #5E2A35. Grayscale: #C4C4C4. Windows color (decimal): -6171190 or 13292961. OLE color: 13292961.

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

Color convert

RGB 161 213 202 -
CMYK 0.24 0 0.05 0.16
HSL 167.31º 0.38% 0.73% -
HSV(B) 167.31º 0.24% 0.84% -
XYZ 49.15 59.43 64.76 -
YUV 196.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 161 213 202 0.24 0 0.05 0.16 167.31 0.38 0.73
Hex A1 D5 CA 18 0 5 10 A7 26 49
Octal 241 325 312 30 0 5 20 247 46 111
Binary 10100001 11010101 11001010 11000 0 101 10000 10100111 100110 1001001

Color Harmonies of #A1D5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D5CA

Black with #A1D5CA

Text Example


Text Example

White with #A1D5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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