Html Css Color HEX #56C8EE Malibu

📋 copy color: '#56C8EE'

red 86 ◦ green 200 ◦ blue 238

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

Shades of Malibu #56C8EE

Tints of Malibu #56C8EE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.17%

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

R = 16.41%
G = 38.17%
B = 45.42%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#56C8EE (or 0x56C8EE) is known color: Malibu. HEX triplet: 56, C8 and EE. RGB value is (86,200,238). Sum of RGB (Red+Green+Blue) = 86+200+238=524 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.41% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #56C8EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C8EE is #A93711. Grayscale: #A9A9A9. Windows color (decimal): -11089682 or 15648854. OLE color: 15648854.

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

Color convert

RGB 86 200 238 -
CMYK 0.64 0.16 0 0.07
HSL 195º 0.82% 0.64% -
HSV(B) 195º 0.64% 0.93% -
XYZ 39.92 49.46 88.33 -
YUV 170.25 166.23 67.91 -
System Red Green Blue C M Y K H S L
Decimal 86 200 238 0.64 0.16 0 0.07 195 0.82 0.64
Hex 56 C8 EE 40 10 0 7 C3 52 40
Octal 126 310 356 100 20 0 7 303 122 100
Binary 1010110 11001000 11101110 1000000 10000 0 111 11000011 1010010 1000000

Color Harmonies of #56C8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C8EE

Black with #56C8EE

Text Example


Text Example

White with #56C8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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