Html Css Color HEX #A2D5CB Sinbad

📋 copy color: '#A2D5CB'

red 162 ◦ green 213 ◦ blue 203

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

Shades of Sinbad #A2D5CB

Tints of Sinbad #A2D5CB

RGB

 RED value IS 162 (63.67% from 255) = 28.03%

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

 BLUE value IS 203 (79.69% from 255) = 35.12%

R = 28.03%
G = 36.85%
B = 35.12%

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

#A2D5CB (or 0xA2D5CB) is known color: Sinbad. HEX triplet: A2, D5 and CB. RGB value is (162,213,203). Sum of RGB (Red+Green+Blue) = 162+213+203=578 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.03% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D5CB is #5D2A34. Grayscale: #C4C4C4. Windows color (decimal): -6105653 or 13358498. OLE color: 13358498.

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

Color convert

RGB 162 213 203 -
CMYK 0.24 0 0.05 0.16
HSL 168.24º 0.38% 0.74% -
HSV(B) 168.24º 0.24% 0.84% -
XYZ 49.47 59.58 65.39 -
YUV 196.61 131.6 103.31 -
System Red Green Blue C M Y K H S L
Decimal 162 213 203 0.24 0 0.05 0.16 168.24 0.38 0.74
Hex A2 D5 CB 18 0 5 10 A8 26 4A
Octal 242 325 313 30 0 5 20 250 46 112
Binary 10100010 11010101 11001011 11000 0 101 10000 10101000 100110 1001010

Color Harmonies of #A2D5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D5CB

Black with #A2D5CB

Text Example


Text Example

White with #A2D5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D5CB; }

 p { color: rgb(162,213,203); }

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

background-color css

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

 a { background-color: rgb(162,213,203); }

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

border-color css

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

 span { border-color: rgb(162,213,203); }

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