Html Css Color HEX #A4DDDB Sinbad

📋 copy color: '#A4DDDB'

red 164 ◦ green 221 ◦ blue 219

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

Shades of Sinbad #A4DDDB

Tints of Sinbad #A4DDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.26%

R = 27.15%
G = 36.59%
B = 36.26%

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

#A4DDDB (or 0xA4DDDB) is known color: Sinbad. HEX triplet: A4, DD and DB. RGB value is (164,221,219). Sum of RGB (Red+Green+Blue) = 164+221+219=604 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.15% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDDB is #5B2224. Grayscale: #CBCBCB. Windows color (decimal): -5972517 or 14409124. OLE color: 14409124.

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

Color convert

RGB 164 221 219 -
CMYK 0.26 0 0.01 0.13
HSL 177.89º 0.46% 0.75% -
HSV(B) 177.89º 0.26% 0.87% -
XYZ 53.95 64.72 76.67 -
YUV 203.73 136.62 99.66 -
System Red Green Blue C M Y K H S L
Decimal 164 221 219 0.26 0 0.01 0.13 177.89 0.46 0.75
Hex A4 DD DB 1A 0 1 D B2 2E 4B
Octal 244 335 333 32 0 1 15 262 56 113
Binary 10100100 11011101 11011011 11010 0 1 1101 10110010 101110 1001011

Color Harmonies of #A4DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DDDB

Black with #A4DDDB

Text Example


Text Example

White with #A4DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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