Html Css Color HEX #A4DDDC Sinbad

📋 copy color: '#A4DDDC'

red 164 ◦ green 221 ◦ blue 220

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

Shades of Sinbad #A4DDDC

Tints of Sinbad #A4DDDC

RGB

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

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

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

R = 27.11%
G = 36.53%
B = 36.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#A4DDDC (or 0xA4DDDC) is known color: Sinbad. HEX triplet: A4, DD and DC. RGB value is (164,221,220). Sum of RGB (Red+Green+Blue) = 164+221+220=605 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.11% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDDC is #5B2223. Grayscale: #CBCBCB. Windows color (decimal): -5972516 or 14474660. OLE color: 14474660.

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

Color convert

RGB 164 221 220 -
CMYK 0.26 0 0.00 0.13
HSL 178.95º 0.46% 0.75% -
HSV(B) 178.95º 0.26% 0.87% -
XYZ 54.08 64.77 77.36 -
YUV 203.84 137.12 99.58 -
System Red Green Blue C M Y K H S L
Decimal 164 221 220 0.26 0 0.00 0.13 178.95 0.46 0.75
Hex A4 DD DC 1A 0 0 D B3 2E 4B
Octal 244 335 334 32 0 0 15 263 56 113
Binary 10100100 11011101 11011100 11010 0 0 1101 10110011 101110 1001011

Color Harmonies of #A4DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DDDC

Black with #A4DDDC

Text Example


Text Example

White with #A4DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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