Html Css Color HEX #A4D4CB Sinbad

📋 copy color: '#A4D4CB'

red 164 ◦ green 212 ◦ blue 203

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

Shades of Sinbad #A4D4CB

Tints of Sinbad #A4D4CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.06%

R = 28.32%
G = 36.61%
B = 35.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#A4D4CB (or 0xA4D4CB) is known color: Sinbad. HEX triplet: A4, D4 and CB. RGB value is (164,212,203). Sum of RGB (Red+Green+Blue) = 164+212+203=579 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.32% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D4CB is #5B2B34. Grayscale: #C4C4C4. Windows color (decimal): -5974837 or 13358244. OLE color: 13358244.

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

Color convert

RGB 164 212 203 -
CMYK 0.23 0 0.04 0.17
HSL 168.75º 0.36% 0.74% -
HSV(B) 168.75º 0.23% 0.83% -
XYZ 49.63 59.29 65.33 -
YUV 196.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 164 212 203 0.23 0 0.04 0.17 168.75 0.36 0.74
Hex A4 D4 CB 17 0 4 11 A9 24 4A
Octal 244 324 313 27 0 4 21 251 44 112
Binary 10100100 11010100 11001011 10111 0 100 10001 10101001 100100 1001010

Color Harmonies of #A4D4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D4CB

Black with #A4D4CB

Text Example


Text Example

White with #A4D4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D4CB; }

 p { color: rgb(164,212,203); }

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

background-color css

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

 a { background-color: rgb(164,212,203); }

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

border-color css

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

 span { border-color: rgb(164,212,203); }

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