Html Css Color HEX #A4D5CB Sinbad

📋 copy color: '#A4D5CB'

red 164 ◦ green 213 ◦ blue 203

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

Shades of Sinbad #A4D5CB

Tints of Sinbad #A4D5CB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.72%

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

R = 28.28%
G = 36.72%
B = 35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#A4D5CB (or 0xA4D5CB) is known color: Sinbad. HEX triplet: A4, D5 and CB. RGB value is (164,213,203). Sum of RGB (Red+Green+Blue) = 164+213+203=580 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.28% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D5CB is #5B2A34. Grayscale: #C5C5C5. Windows color (decimal): -5974581 or 13358500. OLE color: 13358500.

HSL color Cylindrical-coordinate representation of color #A4D5CB: hue angle of 167.76º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D5CB is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 213 203 -
CMYK 0.23 0 0.05 0.16
HSL 167.76º 0.37% 0.74% -
HSV(B) 167.76º 0.23% 0.84% -
XYZ 49.88 59.79 65.41 -
YUV 197.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 164 213 203 0.23 0 0.05 0.16 167.76 0.37 0.74
Hex A4 D5 CB 17 0 5 10 A8 25 4A
Octal 244 325 313 27 0 5 20 250 45 112
Binary 10100100 11010101 11001011 10111 0 101 10000 10101000 100101 1001010

Color Harmonies of #A4D5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D5CB

Black with #A4D5CB

Text Example


Text Example

White with #A4D5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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