#A7DFDA

Color #A7DFDA Sinbad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sinbad #A7DFDA

Tints of Sinbad #A7DFDA

Color information

#A7DFDA (or 0xA7DFDA) is unknown color: approx Sinbad. HEX triplet: A7, DF and DA. RGB value is (167,223,218). Sum of RGB (Red+Green+Blue) = 167+223+218=608 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.47% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DFDA is #582025. Grayscale: #CDCDCD. Windows color (decimal): -5775398 or 14344103. OLE color: 14344103.

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

Color convert

RGB167223218-
CMYK0.2500.020.13
HSL174.64º46.67%76.47%-
HSV(B)174.64º25.11%87.45%-
XYZ54.9866.0576.18-
YUV205.69134.95100.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.47%
GREEN value IS 223 (87.5% from 255) = 36.68%
BLUE value IS 218 (85.55% from 255) = 35.86%
R=27.47%
G=36.68%
B=35.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672232180.2500.020.13174.6446.6776.47
HexA7DFDA1902Daf2f4c
Octal24733733231021525757114
Binary101001111101111111011010110010101101101011111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DFDA; }

 p { color: rgb(167,223,218); }

 H1.HeaderClassName
 {
   color: #A7DFDA;
 }
 .AnyTagClassName
 {
   color: #A7DFDA;
 }
</style>
background-color css

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

 a { background-color: rgb(167,223,218); }

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

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

 span { border-color: rgb(167,223,218); }

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