Html Css Color HEX #56C1EE Malibu

📋 copy color: '#56C1EE'

red 86 ◦ green 193 ◦ blue 238

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

Shades of Malibu #56C1EE

Tints of Malibu #56C1EE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.33%

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

R = 16.63%
G = 37.33%
B = 46.03%

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

#56C1EE (or 0x56C1EE) is known color: Malibu. HEX triplet: 56, C1 and EE. RGB value is (86,193,238). Sum of RGB (Red+Green+Blue) = 86+193+238=517 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.63% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #56C1EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C1EE is #A93E11. Grayscale: #A5A5A5. Windows color (decimal): -11091474 or 15647062. OLE color: 15647062.

HSL color Cylindrical-coordinate representation of color #56C1EE: hue angle of 197.76º 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 #56C1EE is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 193 238 -
CMYK 0.64 0.19 0 0.07
HSL 197.76º 0.82% 0.64% -
HSV(B) 197.76º 0.64% 0.93% -
XYZ 38.34 46.29 87.8 -
YUV 166.14 168.55 70.84 -
System Red Green Blue C M Y K H S L
Decimal 86 193 238 0.64 0.19 0 0.07 197.76 0.82 0.64
Hex 56 C1 EE 40 13 0 7 C6 52 40
Octal 126 301 356 100 23 0 7 306 122 100
Binary 1010110 11000001 11101110 1000000 10011 0 111 11000110 1010010 1000000

Color Harmonies of #56C1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C1EE

Black with #56C1EE

Text Example


Text Example

White with #56C1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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