Html Css Color HEX #56C0EE Malibu

📋 copy color: '#56C0EE'

red 86 ◦ green 192 ◦ blue 238

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

Shades of Malibu #56C0EE

Tints of Malibu #56C0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.12%

R = 16.67%
G = 37.21%
B = 46.12%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#56C0EE (or 0x56C0EE) is known color: Malibu. HEX triplet: 56, C0 and EE. RGB value is (86,192,238). Sum of RGB (Red+Green+Blue) = 86+192+238=516 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.67% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #56C0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C0EE is #A93F11. Grayscale: #A5A5A5. Windows color (decimal): -11091730 or 15646806. OLE color: 15646806.

HSL color Cylindrical-coordinate representation of color #56C0EE: hue angle of 198.16º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56C0EE is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 192 238 -
CMYK 0.64 0.19 0 0.07
HSL 198.16º 0.82% 0.64% -
HSV(B) 198.16º 0.64% 0.93% -
XYZ 38.12 45.85 87.73 -
YUV 165.55 168.88 71.26 -
System Red Green Blue C M Y K H S L
Decimal 86 192 238 0.64 0.19 0 0.07 198.16 0.82 0.64
Hex 56 C0 EE 40 13 0 7 C6 52 40
Octal 126 300 356 100 23 0 7 306 122 100
Binary 1010110 11000000 11101110 1000000 10011 0 111 11000110 1010010 1000000

Color Harmonies of #56C0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C0EE

Black with #56C0EE

Text Example


Text Example

White with #56C0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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