Html Css Color HEX #56C0EB Malibu

📋 copy color: '#56C0EB'

red 86 ◦ green 192 ◦ blue 235

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

Shades of Malibu #56C0EB

Tints of Malibu #56C0EB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.43%

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 16.76%
G = 37.43%
B = 45.81%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#56C0EB (or 0x56C0EB) is known color: Malibu. HEX triplet: 56, C0 and EB. RGB value is (86,192,235). Sum of RGB (Red+Green+Blue) = 86+192+235=513 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.76% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #56C0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C0EB is #A93F14. Grayscale: #A4A4A4. Windows color (decimal): -11091733 or 15450198. OLE color: 15450198.

HSL color Cylindrical-coordinate representation of color #56C0EB: hue angle of 197.32º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56C0EB is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 192 235 -
CMYK 0.63 0.18 0 0.08
HSL 197.32º 0.79% 0.63% -
HSV(B) 197.32º 0.63% 0.92% -
XYZ 37.68 45.68 85.43 -
YUV 165.21 167.38 71.5 -
System Red Green Blue C M Y K H S L
Decimal 86 192 235 0.63 0.18 0 0.08 197.32 0.79 0.63
Hex 56 C0 EB 3F 12 0 8 C5 4F 3F
Octal 126 300 353 77 22 0 10 305 117 77
Binary 1010110 11000000 11101011 111111 10010 0 1000 11000101 1001111 111111

Color Harmonies of #56C0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C0EB

Black with #56C0EB

Text Example


Text Example

White with #56C0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,192,235); }

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

background-color css

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

 a { background-color: rgb(86,192,235); }

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

border-color css

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

 span { border-color: rgb(86,192,235); }

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