Html Css Color HEX #A4DDD5 Sinbad

📋 copy color: '#A4DDD5'

red 164 ◦ green 221 ◦ blue 213

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

Shades of Sinbad #A4DDD5

Tints of Sinbad #A4DDD5

RGB

 RED value IS 164 (64.45% from 255) = 27.42%

 GREEN value IS 221 (86.72% from 255) = 36.96%

 BLUE value IS 213 (83.59% from 255) = 35.62%

R = 27.42%
G = 36.96%
B = 35.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#A4DDD5 (or 0xA4DDD5) is known color: Sinbad. HEX triplet: A4, DD and D5. RGB value is (164,221,213). Sum of RGB (Red+Green+Blue) = 164+221+213=598 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.42% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDD5 is #5B222A. Grayscale: #CBCBCB. Windows color (decimal): -5972523 or 14015908. OLE color: 14015908.

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

Color convert

RGB 164 221 213 -
CMYK 0.26 0 0.04 0.13
HSL 171.58º 0.46% 0.75% -
HSV(B) 171.58º 0.26% 0.87% -
XYZ 53.18 64.41 72.58 -
YUV 203.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 164 221 213 0.26 0 0.04 0.13 171.58 0.46 0.75
Hex A4 DD D5 1A 0 4 D AC 2E 4B
Octal 244 335 325 32 0 4 15 254 56 113
Binary 10100100 11011101 11010101 11010 0 100 1101 10101100 101110 1001011

Color Harmonies of #A4DDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DDD5

Black with #A4DDD5

Text Example


Text Example

White with #A4DDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DDD5; }

 p { color: rgb(164,221,213); }

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

background-color css

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

 a { background-color: rgb(164,221,213); }

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

border-color css

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

 span { border-color: rgb(164,221,213); }

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