Html Css Color HEX #A4DDDA Sinbad

📋 copy color: '#A4DDDA'

red 164 ◦ green 221 ◦ blue 218

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

Shades of Sinbad #A4DDDA

Tints of Sinbad #A4DDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.15%

R = 27.2%
G = 36.65%
B = 36.15%

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

#A4DDDA (or 0xA4DDDA) is known color: Sinbad. HEX triplet: A4, DD and DA. RGB value is (164,221,218). Sum of RGB (Red+Green+Blue) = 164+221+218=603 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.20% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDDA is #5B2225. Grayscale: #CBCBCB. Windows color (decimal): -5972518 or 14343588. OLE color: 14343588.

HSL color Cylindrical-coordinate representation of color #A4DDDA: hue angle of 176.84º 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 #A4DDDA is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 221 218 -
CMYK 0.26 0 0.01 0.13
HSL 176.84º 0.46% 0.75% -
HSV(B) 176.84º 0.26% 0.87% -
XYZ 53.82 64.67 75.98 -
YUV 203.62 136.12 99.74 -
System Red Green Blue C M Y K H S L
Decimal 164 221 218 0.26 0 0.01 0.13 176.84 0.46 0.75
Hex A4 DD DA 1A 0 1 D B1 2E 4B
Octal 244 335 332 32 0 1 15 261 56 113
Binary 10100100 11011101 11011010 11010 0 1 1101 10110001 101110 1001011

Color Harmonies of #A4DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DDDA

Black with #A4DDDA

Text Example


Text Example

White with #A4DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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