Html Css Color HEX #A5D2CE Sinbad

📋 copy color: '#A5D2CE'

red 165 ◦ green 210 ◦ blue 206

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

Shades of Sinbad #A5D2CE

Tints of Sinbad #A5D2CE

RGB

 RED value IS 165 (64.84% from 255) = 28.4%

 GREEN value IS 210 (82.42% from 255) = 36.14%

 BLUE value IS 206 (80.86% from 255) = 35.46%

R = 28.4%
G = 36.14%
B = 35.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#A5D2CE (or 0xA5D2CE) is known color: Sinbad. HEX triplet: A5, D2 and CE. RGB value is (165,210,206). Sum of RGB (Red+Green+Blue) = 165+210+206=581 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.40% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D2CE is #5A2D31. Grayscale: #C4C4C4. Windows color (decimal): -5909810 or 13554341. OLE color: 13554341.

HSL color Cylindrical-coordinate representation of color #A5D2CE: hue angle of 174.67º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D2CE is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 210 206 -
CMYK 0.21 0 0.02 0.18
HSL 174.67º 0.33% 0.74% -
HSV(B) 174.67º 0.21% 0.82% -
XYZ 49.7 58.55 67.07 -
YUV 196.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 165 210 206 0.21 0 0.02 0.18 174.67 0.33 0.74
Hex A5 D2 CE 15 0 2 12 AF 21 4A
Octal 245 322 316 25 0 2 22 257 41 112
Binary 10100101 11010010 11001110 10101 0 10 10010 10101111 100001 1001010

Color Harmonies of #A5D2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D2CE

Black with #A5D2CE

Text Example


Text Example

White with #A5D2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D2CE; }

 p { color: rgb(165,210,206); }

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

background-color css

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

 a { background-color: rgb(165,210,206); }

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

border-color css

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

 span { border-color: rgb(165,210,206); }

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