Html Css Color HEX #A4D3CC Sinbad

📋 copy color: '#A4D3CC'

red 164 ◦ green 211 ◦ blue 204

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

Shades of Sinbad #A4D3CC

Tints of Sinbad #A4D3CC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.44%

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

R = 28.32%
G = 36.44%
B = 35.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#A4D3CC (or 0xA4D3CC) is known color: Sinbad. HEX triplet: A4, D3 and CC. RGB value is (164,211,204). Sum of RGB (Red+Green+Blue) = 164+211+204=579 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.32% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D3CC is #5B2C33. Grayscale: #C4C4C4. Windows color (decimal): -5975092 or 13423524. OLE color: 13423524.

HSL color Cylindrical-coordinate representation of color #A4D3CC: hue angle of 171.06º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4D3CC is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 164 211 204 -
CMYK 0.22 0 0.03 0.17
HSL 171.06º 0.35% 0.74% -
HSV(B) 171.06º 0.22% 0.83% -
XYZ 49.5 58.84 65.88 -
YUV 196.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 164 211 204 0.22 0 0.03 0.17 171.06 0.35 0.74
Hex A4 D3 CC 16 0 3 11 AB 23 4A
Octal 244 323 314 26 0 3 21 253 43 112
Binary 10100100 11010011 11001100 10110 0 11 10001 10101011 100011 1001010

Color Harmonies of #A4D3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D3CC

Black with #A4D3CC

Text Example


Text Example

White with #A4D3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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