Html Css Color HEX #A4D3C9 Sinbad

📋 copy color: '#A4D3C9'

red 164 ◦ green 211 ◦ blue 201

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

Shades of Sinbad #A4D3C9

Tints of Sinbad #A4D3C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.9%

R = 28.47%
G = 36.63%
B = 34.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#A4D3C9 (or 0xA4D3C9) is known color: Sinbad. HEX triplet: A4, D3 and C9. RGB value is (164,211,201). Sum of RGB (Red+Green+Blue) = 164+211+201=576 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.47% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D3C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D3C9 is #5B2C36. Grayscale: #C3C3C3. Windows color (decimal): -5975095 or 13226916. OLE color: 13226916.

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

Color convert

RGB 164 211 201 -
CMYK 0.22 0 0.05 0.17
HSL 167.23º 0.35% 0.74% -
HSV(B) 167.23º 0.22% 0.83% -
XYZ 49.15 58.7 64 -
YUV 195.81 130.93 105.31 -
System Red Green Blue C M Y K H S L
Decimal 164 211 201 0.22 0 0.05 0.17 167.23 0.35 0.74
Hex A4 D3 C9 16 0 5 11 A7 23 4A
Octal 244 323 311 26 0 5 21 247 43 112
Binary 10100100 11010011 11001001 10110 0 101 10001 10100111 100011 1001010

Color Harmonies of #A4D3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D3C9

Black with #A4D3C9

Text Example


Text Example

White with #A4D3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D3C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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