Html Css Color HEX #A4DCDA Sinbad

📋 copy color: '#A4DCDA'

red 164 ◦ green 220 ◦ blue 218

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

Shades of Sinbad #A4DCDA

Tints of Sinbad #A4DCDA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.54%

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

R = 27.24%
G = 36.54%
B = 36.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#A4DCDA (or 0xA4DCDA) is known color: Sinbad. HEX triplet: A4, DC and DA. RGB value is (164,220,218). Sum of RGB (Red+Green+Blue) = 164+220+218=602 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.24% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCDA is #5B2325. Grayscale: #CACACA. Windows color (decimal): -5972774 or 14343332. OLE color: 14343332.

HSL color Cylindrical-coordinate representation of color #A4DCDA: hue angle of 177.86º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DCDA is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 220 218 -
CMYK 0.25 0 0.01 0.14
HSL 177.86º 0.44% 0.75% -
HSV(B) 177.86º 0.25% 0.86% -
XYZ 53.56 64.14 75.89 -
YUV 203.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 164 220 218 0.25 0 0.01 0.14 177.86 0.44 0.75
Hex A4 DC DA 19 0 1 E B2 2C 4B
Octal 244 334 332 31 0 1 16 262 54 113
Binary 10100100 11011100 11011010 11001 0 1 1110 10110010 101100 1001011

Color Harmonies of #A4DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DCDA

Black with #A4DCDA

Text Example


Text Example

White with #A4DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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