Html Css Color HEX #A5E0DC Sinbad

📋 copy color: '#A5E0DC'

red 165 ◦ green 224 ◦ blue 220

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

Shades of Sinbad #A5E0DC

Tints of Sinbad #A5E0DC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.78%

 BLUE value IS 220 (86.33% from 255) = 36.12%

R = 27.09%
G = 36.78%
B = 36.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#A5E0DC (or 0xA5E0DC) is known color: Sinbad. HEX triplet: A5, E0 and DC. RGB value is (165,224,220). Sum of RGB (Red+Green+Blue) = 165+224+220=609 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.09% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E0DC is #5A1F23. Grayscale: #CDCDCD. Windows color (decimal): -5906212 or 14475429. OLE color: 14475429.

HSL color Cylindrical-coordinate representation of color #A5E0DC: hue angle of 175.93º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5E0DC is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 224 220 -
CMYK 0.26 0 0.02 0.12
HSL 175.93º 0.49% 0.76% -
HSV(B) 175.93º 0.26% 0.88% -
XYZ 55.09 66.48 77.64 -
YUV 205.9 135.95 98.83 -
System Red Green Blue C M Y K H S L
Decimal 165 224 220 0.26 0 0.02 0.12 175.93 0.49 0.76
Hex A5 E0 DC 1A 0 2 C B0 31 4C
Octal 245 340 334 32 0 2 14 260 61 114
Binary 10100101 11100000 11011100 11010 0 10 1100 10110000 110001 1001100

Color Harmonies of #A5E0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E0DC

Black with #A5E0DC

Text Example


Text Example

White with #A5E0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E0DC; }

 p { color: rgb(165,224,220); }

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

background-color css

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

 a { background-color: rgb(165,224,220); }

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

border-color css

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

 span { border-color: rgb(165,224,220); }

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