Html Css Color HEX #A8D4CC Sinbad

📋 copy color: '#A8D4CC'

red 168 ◦ green 212 ◦ blue 204

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

Shades of Sinbad #A8D4CC

Tints of Sinbad #A8D4CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.93%

R = 28.77%
G = 36.3%
B = 34.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#A8D4CC (or 0xA8D4CC) is known color: Sinbad. HEX triplet: A8, D4 and CC. RGB value is (168,212,204). Sum of RGB (Red+Green+Blue) = 168+212+204=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D4CC is #572B33. Grayscale: #C5C5C5. Windows color (decimal): -5712692 or 13423784. OLE color: 13423784.

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

Color convert

RGB 168 212 204 -
CMYK 0.21 0 0.04 0.17
HSL 169.09º 0.34% 0.75% -
HSV(B) 169.09º 0.21% 0.83% -
XYZ 50.59 59.77 66 -
YUV 197.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 168 212 204 0.21 0 0.04 0.17 169.09 0.34 0.75
Hex A8 D4 CC 15 0 4 11 A9 22 4B
Octal 250 324 314 25 0 4 21 251 42 113
Binary 10101000 11010100 11001100 10101 0 100 10001 10101001 100010 1001011

Color Harmonies of #A8D4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D4CC

Black with #A8D4CC

Text Example


Text Example

White with #A8D4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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