Html Css Color HEX #A8D2CF Sinbad

📋 copy color: '#A8D2CF'

red 168 ◦ green 210 ◦ blue 207

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

Shades of Sinbad #A8D2CF

Tints of Sinbad #A8D2CF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.9%

 BLUE value IS 207 (81.25% from 255) = 35.38%

R = 28.72%
G = 35.9%
B = 35.38%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#A8D2CF (or 0xA8D2CF) is known color: Sinbad. HEX triplet: A8, D2 and CF. RGB value is (168,210,207). Sum of RGB (Red+Green+Blue) = 168+210+207=585 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.72% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D2CF is #572D30. Grayscale: #C5C5C5. Windows color (decimal): -5713201 or 13619880. OLE color: 13619880.

HSL color Cylindrical-coordinate representation of color #A8D2CF: hue angle of 175.71º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8D2CF is Cyan = 0.2, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 210 207 -
CMYK 0.2 0 0.01 0.18
HSL 175.71º 0.32% 0.74% -
HSV(B) 175.71º 0.2% 0.82% -
XYZ 50.46 58.92 67.75 -
YUV 197.1 133.59 107.24 -
System Red Green Blue C M Y K H S L
Decimal 168 210 207 0.2 0 0.01 0.18 175.71 0.32 0.74
Hex A8 D2 CF 14 0 1 12 B0 20 4A
Octal 250 322 317 24 0 1 22 260 40 112
Binary 10101000 11010010 11001111 10100 0 1 10010 10110000 100000 1001010

Color Harmonies of #A8D2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D2CF

Black with #A8D2CF

Text Example


Text Example

White with #A8D2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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