Html Css Color HEX #A8D6D3 Sinbad

📋 copy color: '#A8D6D3'

red 168 ◦ green 214 ◦ blue 211

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

Shades of Sinbad #A8D6D3

Tints of Sinbad #A8D6D3

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.09%

 BLUE value IS 211 (82.81% from 255) = 35.58%

R = 28.33%
G = 36.09%
B = 35.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#A8D6D3 (or 0xA8D6D3) is known color: Sinbad. HEX triplet: A8, D6 and D3. RGB value is (168,214,211). Sum of RGB (Red+Green+Blue) = 168+214+211=593 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.33% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D6D3 is #57292C. Grayscale: #C7C7C7. Windows color (decimal): -5712173 or 13883048. OLE color: 13883048.

HSL color Cylindrical-coordinate representation of color #A8D6D3: hue angle of 176.09º degrees, saturation: 0.36, 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 #A8D6D3 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 214 211 -
CMYK 0.21 0 0.01 0.16
HSL 176.09º 0.36% 0.75% -
HSV(B) 176.09º 0.21% 0.84% -
XYZ 51.95 61.12 70.69 -
YUV 199.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 168 214 211 0.21 0 0.01 0.16 176.09 0.36 0.75
Hex A8 D6 D3 15 0 1 10 B0 24 4B
Octal 250 326 323 25 0 1 20 260 44 113
Binary 10101000 11010110 11010011 10101 0 1 10000 10110000 100100 1001011

Color Harmonies of #A8D6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D6D3

Black with #A8D6D3

Text Example


Text Example

White with #A8D6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D6D3; }

 p { color: rgb(168,214,211); }

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

background-color css

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

 a { background-color: rgb(168,214,211); }

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

border-color css

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

 span { border-color: rgb(168,214,211); }

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