Html Css Color HEX #A8D4D3 Sinbad

📋 copy color: '#A8D4D3'

red 168 ◦ green 212 ◦ blue 211

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

Shades of Sinbad #A8D4D3

Tints of Sinbad #A8D4D3

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.87%

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

R = 28.43%
G = 35.87%
B = 35.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.00

 K value IS 0.17

RGB Variations

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

Color information

#A8D4D3 (or 0xA8D4D3) is known color: Sinbad. HEX triplet: A8, D4 and D3. RGB value is (168,212,211). Sum of RGB (Red+Green+Blue) = 168+212+211=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D4D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D4D3 is #572B2C. Grayscale: #C6C6C6. Windows color (decimal): -5712685 or 13882536. OLE color: 13882536.

HSL color Cylindrical-coordinate representation of color #A8D4D3: hue angle of 178.64º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D4D3 is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 212 211 -
CMYK 0.21 0 0.00 0.17
HSL 178.64º 0.34% 0.75% -
HSV(B) 178.64º 0.21% 0.83% -
XYZ 51.45 60.11 70.52 -
YUV 198.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 168 212 211 0.21 0 0.00 0.17 178.64 0.34 0.75
Hex A8 D4 D3 15 0 0 11 B3 22 4B
Octal 250 324 323 25 0 0 21 263 42 113
Binary 10101000 11010100 11010011 10101 0 0 10001 10110011 100010 1001011

Color Harmonies of #A8D4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D4D3

Black with #A8D4D3

Text Example


Text Example

White with #A8D4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D4D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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