Html Css Color HEX #A8D5CE Sinbad

📋 copy color: '#A8D5CE'

red 168 ◦ green 213 ◦ blue 206

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

Shades of Sinbad #A8D5CE

Tints of Sinbad #A8D5CE

RGB

 RED value IS 168 (66.02% from 255) = 28.62%

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

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

R = 28.62%
G = 36.29%
B = 35.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#A8D5CE (or 0xA8D5CE) is known color: Sinbad. HEX triplet: A8, D5 and CE. RGB value is (168,213,206). Sum of RGB (Red+Green+Blue) = 168+213+206=587 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.62% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D5CE is #572A31. Grayscale: #C6C6C6. Windows color (decimal): -5712434 or 13555112. OLE color: 13555112.

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

Color convert

RGB 168 213 206 -
CMYK 0.21 0 0.03 0.16
HSL 170.67º 0.35% 0.75% -
HSV(B) 170.67º 0.21% 0.84% -
XYZ 51.08 60.37 67.35 -
YUV 198.75 132.09 106.07 -
System Red Green Blue C M Y K H S L
Decimal 168 213 206 0.21 0 0.03 0.16 170.67 0.35 0.75
Hex A8 D5 CE 15 0 3 10 AB 23 4B
Octal 250 325 316 25 0 3 20 253 43 113
Binary 10101000 11010101 11001110 10101 0 11 10000 10101011 100011 1001011

Color Harmonies of #A8D5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D5CE

Black with #A8D5CE

Text Example


Text Example

White with #A8D5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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