Html Css Color HEX #56ADDF Malibu

📋 copy color: '#56ADDF'

red 86 ◦ green 173 ◦ blue 223

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

Shades of Malibu #56ADDF

Tints of Malibu #56ADDF

RGB

 RED value IS 86 (33.98% from 255) = 17.84%

 GREEN value IS 173 (67.97% from 255) = 35.89%

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 17.84%
G = 35.89%
B = 46.27%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#56ADDF (or 0x56ADDF) is known color: Malibu. HEX triplet: 56, AD and DF. RGB value is (86,173,223). Sum of RGB (Red+Green+Blue) = 86+173+223=482 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.84% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #56ADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ADDF is #A95220. Grayscale: #989898. Windows color (decimal): -11096609 or 14658902. OLE color: 14658902.

HSL color Cylindrical-coordinate representation of color #56ADDF: hue angle of 201.9º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56ADDF is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 173 223 -
CMYK 0.61 0.22 0 0.13
HSL 201.9º 0.68% 0.61% -
HSV(B) 201.9º 0.61% 0.87% -
XYZ 32.1 37.19 75.3 -
YUV 152.69 167.68 80.43 -
System Red Green Blue C M Y K H S L
Decimal 86 173 223 0.61 0.22 0 0.13 201.9 0.68 0.61
Hex 56 AD DF 3D 16 0 D CA 44 3D
Octal 126 255 337 75 26 0 15 312 104 75
Binary 1010110 10101101 11011111 111101 10110 0 1101 11001010 1000100 111101

Color Harmonies of #56ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ADDF

Black with #56ADDF

Text Example


Text Example

White with #56ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56ADDF; }

 p { color: rgb(86,173,223); }

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

background-color css

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

 a { background-color: rgb(86,173,223); }

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

border-color css

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

 span { border-color: rgb(86,173,223); }

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