Html Css Color HEX #A7D5CE Sinbad

📋 copy color: '#A7D5CE'

red 167 ◦ green 213 ◦ blue 206

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

Shades of Sinbad #A7D5CE

Tints of Sinbad #A7D5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.35%

 BLUE value IS 206 (80.86% from 255) = 35.15%

R = 28.5%
G = 36.35%
B = 35.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#A7D5CE (or 0xA7D5CE) is known color: Sinbad. HEX triplet: A7, D5 and CE. RGB value is (167,213,206). Sum of RGB (Red+Green+Blue) = 167+213+206=586 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.50% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D5CE is #582A31. Grayscale: #C6C6C6. Windows color (decimal): -5777970 or 13555111. OLE color: 13555111.

HSL color Cylindrical-coordinate representation of color #A7D5CE: hue angle of 170.87º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7D5CE is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 213 206 -
CMYK 0.22 0 0.03 0.16
HSL 170.87º 0.35% 0.75% -
HSV(B) 170.87º 0.22% 0.84% -
XYZ 50.87 60.26 67.34 -
YUV 198.45 132.26 105.57 -
System Red Green Blue C M Y K H S L
Decimal 167 213 206 0.22 0 0.03 0.16 170.87 0.35 0.75
Hex A7 D5 CE 16 0 3 10 AB 23 4B
Octal 247 325 316 26 0 3 20 253 43 113
Binary 10100111 11010101 11001110 10110 0 11 10000 10101011 100011 1001011

Color Harmonies of #A7D5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D5CE

Black with #A7D5CE

Text Example


Text Example

White with #A7D5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D5CE; }

 p { color: rgb(167,213,206); }

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

background-color css

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

 a { background-color: rgb(167,213,206); }

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

border-color css

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

 span { border-color: rgb(167,213,206); }

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