Html Css Color HEX #A5E2DD Sinbad

📋 copy color: '#A5E2DD'

red 165 ◦ green 226 ◦ blue 221

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

Shades of Sinbad #A5E2DD

Tints of Sinbad #A5E2DD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.93%

 BLUE value IS 221 (86.72% from 255) = 36.11%

R = 26.96%
G = 36.93%
B = 36.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#A5E2DD (or 0xA5E2DD) is known color: Sinbad. HEX triplet: A5, E2 and DD. RGB value is (165,226,221). Sum of RGB (Red+Green+Blue) = 165+226+221=612 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.96% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E2DD is #5A1D22. Grayscale: #CFCFCF. Windows color (decimal): -5905699 or 14541477. OLE color: 14541477.

HSL color Cylindrical-coordinate representation of color #A5E2DD: hue angle of 175.08º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E2DD is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 226 221 -
CMYK 0.27 0 0.02 0.11
HSL 175.08º 0.51% 0.77% -
HSV(B) 175.08º 0.27% 0.89% -
XYZ 55.76 67.61 78.52 -
YUV 207.19 135.79 97.91 -
System Red Green Blue C M Y K H S L
Decimal 165 226 221 0.27 0 0.02 0.11 175.08 0.51 0.77
Hex A5 E2 DD 1B 0 2 B AF 33 4D
Octal 245 342 335 33 0 2 13 257 63 115
Binary 10100101 11100010 11011101 11011 0 10 1011 10101111 110011 1001101

Color Harmonies of #A5E2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E2DD

Black with #A5E2DD

Text Example


Text Example

White with #A5E2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E2DD; }

 p { color: rgb(165,226,221); }

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

background-color css

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

 a { background-color: rgb(165,226,221); }

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

border-color css

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

 span { border-color: rgb(165,226,221); }

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