Html Css Color HEX #A4D2CC Sinbad

📋 copy color: '#A4D2CC'

red 164 ◦ green 210 ◦ blue 204

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

Shades of Sinbad #A4D2CC

Tints of Sinbad #A4D2CC

RGB

 RED value IS 164 (64.45% from 255) = 28.37%

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

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

R = 28.37%
G = 36.33%
B = 35.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#A4D2CC (or 0xA4D2CC) is known color: Sinbad. HEX triplet: A4, D2 and CC. RGB value is (164,210,204). Sum of RGB (Red+Green+Blue) = 164+210+204=578 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.37% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D2CC is #5B2D33. Grayscale: #C3C3C3. Windows color (decimal): -5975348 or 13423268. OLE color: 13423268.

HSL color Cylindrical-coordinate representation of color #A4D2CC: hue angle of 172.17º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4D2CC is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 210 204 -
CMYK 0.22 0 0.03 0.18
HSL 172.17º 0.34% 0.73% -
HSV(B) 172.17º 0.22% 0.82% -
XYZ 49.26 58.35 65.79 -
YUV 195.56 132.76 105.49 -
System Red Green Blue C M Y K H S L
Decimal 164 210 204 0.22 0 0.03 0.18 172.17 0.34 0.73
Hex A4 D2 CC 16 0 3 12 AC 22 49
Octal 244 322 314 26 0 3 22 254 42 111
Binary 10100100 11010010 11001100 10110 0 11 10010 10101100 100010 1001001

Color Harmonies of #A4D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D2CC

Black with #A4D2CC

Text Example


Text Example

White with #A4D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D2CC; }

 p { color: rgb(164,210,204); }

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

background-color css

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

 a { background-color: rgb(164,210,204); }

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

border-color css

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

 span { border-color: rgb(164,210,204); }

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