Html Css Color HEX #A8D4D2 Sinbad

📋 copy color: '#A8D4D2'

red 168 ◦ green 212 ◦ blue 210

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

Shades of Sinbad #A8D4D2

Tints of Sinbad #A8D4D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.59%

R = 28.47%
G = 35.93%
B = 35.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#A8D4D2 (or 0xA8D4D2) is known color: Sinbad. HEX triplet: A8, D4 and D2. RGB value is (168,212,210). Sum of RGB (Red+Green+Blue) = 168+212+210=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D4D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D4D2 is #572B2D. Grayscale: #C6C6C6. Windows color (decimal): -5712686 or 13817000. OLE color: 13817000.

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

Color convert

RGB 168 212 210 -
CMYK 0.21 0 0.01 0.17
HSL 177.27º 0.34% 0.75% -
HSV(B) 177.27º 0.21% 0.83% -
XYZ 51.32 60.06 69.86 -
YUV 198.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 168 212 210 0.21 0 0.01 0.17 177.27 0.34 0.75
Hex A8 D4 D2 15 0 1 11 B1 22 4B
Octal 250 324 322 25 0 1 21 261 42 113
Binary 10101000 11010100 11010010 10101 0 1 10001 10110001 100010 1001011

Color Harmonies of #A8D4D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D4D2

Black with #A8D4D2

Text Example


Text Example

White with #A8D4D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D4D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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