Html Css Color HEX #56C4EE Malibu

📋 copy color: '#56C4EE'

red 86 ◦ green 196 ◦ blue 238

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

Shades of Malibu #56C4EE

Tints of Malibu #56C4EE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.69%

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

R = 16.54%
G = 37.69%
B = 45.77%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#56C4EE (or 0x56C4EE) is known color: Malibu. HEX triplet: 56, C4 and EE. RGB value is (86,196,238). Sum of RGB (Red+Green+Blue) = 86+196+238=520 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.54% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #56C4EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C4EE is #A93B11. Grayscale: #A7A7A7. Windows color (decimal): -11090706 or 15647830. OLE color: 15647830.

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

Color convert

RGB 86 196 238 -
CMYK 0.64 0.18 0 0.07
HSL 196.58º 0.82% 0.64% -
HSV(B) 196.58º 0.64% 0.93% -
XYZ 39.01 47.63 88.03 -
YUV 167.9 167.56 69.58 -
System Red Green Blue C M Y K H S L
Decimal 86 196 238 0.64 0.18 0 0.07 196.58 0.82 0.64
Hex 56 C4 EE 40 12 0 7 C5 52 40
Octal 126 304 356 100 22 0 7 305 122 100
Binary 1010110 11000100 11101110 1000000 10010 0 111 11000101 1010010 1000000

Color Harmonies of #56C4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C4EE

Black with #56C4EE

Text Example


Text Example

White with #56C4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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