Html Css Color HEX #A7DBDA Sinbad

📋 copy color: '#A7DBDA'

red 167 ◦ green 219 ◦ blue 218

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

Shades of Sinbad #A7DBDA

Tints of Sinbad #A7DBDA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.26%

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

R = 27.65%
G = 36.26%
B = 36.09%

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

#A7DBDA (or 0xA7DBDA) is known color: Sinbad. HEX triplet: A7, DB and DA. RGB value is (167,219,218). Sum of RGB (Red+Green+Blue) = 167+219+218=604 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.65% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DBDA is #582425. Grayscale: #CBCBCB. Windows color (decimal): -5776422 or 14343079. OLE color: 14343079.

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

Color convert

RGB 167 219 218 -
CMYK 0.24 0 0.00 0.14
HSL 178.85º 0.42% 0.76% -
HSV(B) 178.85º 0.24% 0.86% -
XYZ 53.92 63.94 75.83 -
YUV 203.34 136.27 102.08 -
System Red Green Blue C M Y K H S L
Decimal 167 219 218 0.24 0 0.00 0.14 178.85 0.42 0.76
Hex A7 DB DA 18 0 0 E B3 2A 4C
Octal 247 333 332 30 0 0 16 263 52 114
Binary 10100111 11011011 11011010 11000 0 0 1110 10110011 101010 1001100

Color Harmonies of #A7DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DBDA

Black with #A7DBDA

Text Example


Text Example

White with #A7DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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