Html Css Color HEX #A5DFDD Sinbad

📋 copy color: '#A5DFDD'

red 165 ◦ green 223 ◦ blue 221

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

Shades of Sinbad #A5DFDD

Tints of Sinbad #A5DFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.62%

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

R = 27.09%
G = 36.62%
B = 36.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#A5DFDD (or 0xA5DFDD) is known color: Sinbad. HEX triplet: A5, DF and DD. RGB value is (165,223,221). Sum of RGB (Red+Green+Blue) = 165+223+221=609 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.09% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFDD is #5A2022. Grayscale: #CDCDCD. Windows color (decimal): -5906467 or 14540709. OLE color: 14540709.

HSL color Cylindrical-coordinate representation of color #A5DFDD: hue angle of 177.93º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DFDD is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 223 221 -
CMYK 0.26 0 0.01 0.13
HSL 177.93º 0.48% 0.76% -
HSV(B) 177.93º 0.26% 0.87% -
XYZ 54.96 66 78.25 -
YUV 205.43 136.78 99.16 -
System Red Green Blue C M Y K H S L
Decimal 165 223 221 0.26 0 0.01 0.13 177.93 0.48 0.76
Hex A5 DF DD 1A 0 1 D B2 30 4C
Octal 245 337 335 32 0 1 15 262 60 114
Binary 10100101 11011111 11011101 11010 0 1 1101 10110010 110000 1001100

Color Harmonies of #A5DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DFDD

Black with #A5DFDD

Text Example


Text Example

White with #A5DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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