Html Css Color HEX #A4DFDC Sinbad

📋 copy color: '#A4DFDC'

red 164 ◦ green 223 ◦ blue 220

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

Shades of Sinbad #A4DFDC

Tints of Sinbad #A4DFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.74%

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

R = 27.02%
G = 36.74%
B = 36.24%

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

#A4DFDC (or 0xA4DFDC) is known color: Sinbad. HEX triplet: A4, DF and DC. RGB value is (164,223,220). Sum of RGB (Red+Green+Blue) = 164+223+220=607 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.02% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFDC is #5B2023. Grayscale: #CCCCCC. Windows color (decimal): -5972004 or 14475172. OLE color: 14475172.

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

Color convert

RGB 164 223 220 -
CMYK 0.26 0 0.01 0.13
HSL 176.95º 0.48% 0.76% -
HSV(B) 176.95º 0.26% 0.87% -
XYZ 54.62 65.84 77.54 -
YUV 205.02 136.45 98.74 -
System Red Green Blue C M Y K H S L
Decimal 164 223 220 0.26 0 0.01 0.13 176.95 0.48 0.76
Hex A4 DF DC 1A 0 1 D B1 30 4C
Octal 244 337 334 32 0 1 15 261 60 114
Binary 10100100 11011111 11011100 11010 0 1 1101 10110001 110000 1001100

Color Harmonies of #A4DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DFDC

Black with #A4DFDC

Text Example


Text Example

White with #A4DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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