Html Css Color HEX #A4D4CF Sinbad

📋 copy color: '#A4D4CF'

red 164 ◦ green 212 ◦ blue 207

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

Shades of Sinbad #A4D4CF

Tints of Sinbad #A4D4CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.51%

R = 28.13%
G = 36.36%
B = 35.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#A4D4CF (or 0xA4D4CF) is known color: Sinbad. HEX triplet: A4, D4 and CF. RGB value is (164,212,207). Sum of RGB (Red+Green+Blue) = 164+212+207=583 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.13% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D4CF is #5B2B30. Grayscale: #C5C5C5. Windows color (decimal): -5974833 or 13620388. OLE color: 13620388.

HSL color Cylindrical-coordinate representation of color #A4D4CF: hue angle of 173.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 #A4D4CF is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 164 212 207 -
CMYK 0.23 0 0.02 0.17
HSL 173.75º 0.36% 0.74% -
HSV(B) 173.75º 0.23% 0.83% -
XYZ 50.12 59.48 67.87 -
YUV 197.08 133.6 104.41 -
System Red Green Blue C M Y K H S L
Decimal 164 212 207 0.23 0 0.02 0.17 173.75 0.36 0.74
Hex A4 D4 CF 17 0 2 11 AE 24 4A
Octal 244 324 317 27 0 2 21 256 44 112
Binary 10100100 11010100 11001111 10111 0 10 10001 10101110 100100 1001010

Color Harmonies of #A4D4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D4CF

Black with #A4D4CF

Text Example


Text Example

White with #A4D4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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