Html Css Color HEX #A7DCDA Sinbad

📋 copy color: '#A7DCDA'

red 167 ◦ green 220 ◦ blue 218

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

Shades of Sinbad #A7DCDA

Tints of Sinbad #A7DCDA

RGB

 RED value IS 167 (65.63% from 255) = 27.6%

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

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

R = 27.6%
G = 36.36%
B = 36.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#A7DCDA (or 0xA7DCDA) is known color: Sinbad. HEX triplet: A7, DC and DA. RGB value is (167,220,218). Sum of RGB (Red+Green+Blue) = 167+220+218=605 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.60% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCDA is #582325. Grayscale: #CBCBCB. Windows color (decimal): -5776166 or 14343335. OLE color: 14343335.

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

Color convert

RGB 167 220 218 -
CMYK 0.24 0 0.01 0.14
HSL 177.74º 0.43% 0.76% -
HSV(B) 177.74º 0.24% 0.86% -
XYZ 54.18 64.46 75.92 -
YUV 203.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 167 220 218 0.24 0 0.01 0.14 177.74 0.43 0.76
Hex A7 DC DA 18 0 1 E B2 2B 4C
Octal 247 334 332 30 0 1 16 262 53 114
Binary 10100111 11011100 11011010 11000 0 1 1110 10110010 101011 1001100

Color Harmonies of #A7DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DCDA

Black with #A7DCDA

Text Example


Text Example

White with #A7DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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