Html Css Color HEX #A7DCDB Sinbad

📋 copy color: '#A7DCDB'

red 167 ◦ green 220 ◦ blue 219

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

Shades of Sinbad #A7DCDB

Tints of Sinbad #A7DCDB

RGB

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

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

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

R = 27.56%
G = 36.3%
B = 36.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#A7DCDB (or 0xA7DCDB) is known color: Sinbad. HEX triplet: A7, DC and DB. RGB value is (167,220,219). Sum of RGB (Red+Green+Blue) = 167+220+219=606 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.56% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCDB is #582324. Grayscale: #CBCBCB. Windows color (decimal): -5776165 or 14408871. OLE color: 14408871.

HSL color Cylindrical-coordinate representation of color #A7DCDB: hue angle of 178.87º 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 #A7DCDB is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 220 219 -
CMYK 0.24 0 0.00 0.14
HSL 178.87º 0.43% 0.76% -
HSV(B) 178.87º 0.24% 0.86% -
XYZ 54.32 64.52 76.61 -
YUV 204.04 136.44 101.58 -
System Red Green Blue C M Y K H S L
Decimal 167 220 219 0.24 0 0.00 0.14 178.87 0.43 0.76
Hex A7 DC DB 18 0 0 E B3 2B 4C
Octal 247 334 333 30 0 0 16 263 53 114
Binary 10100111 11011100 11011011 11000 0 0 1110 10110011 101011 1001100

Color Harmonies of #A7DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DCDB

Black with #A7DCDB

Text Example


Text Example

White with #A7DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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