Html Css Color HEX #56C2EE Malibu

📋 copy color: '#56C2EE'

red 86 ◦ green 194 ◦ blue 238

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

Shades of Malibu #56C2EE

Tints of Malibu #56C2EE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.45%

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

R = 16.6%
G = 37.45%
B = 45.95%

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

#56C2EE (or 0x56C2EE) is known color: Malibu. HEX triplet: 56, C2 and EE. RGB value is (86,194,238). Sum of RGB (Red+Green+Blue) = 86+194+238=518 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.60% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #56C2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C2EE is #A93D11. Grayscale: #A6A6A6. Windows color (decimal): -11091218 or 15647318. OLE color: 15647318.

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

Color convert

RGB 86 194 238 -
CMYK 0.64 0.18 0 0.07
HSL 197.37º 0.82% 0.64% -
HSV(B) 197.37º 0.64% 0.93% -
XYZ 38.56 46.74 87.88 -
YUV 166.72 168.22 70.42 -
System Red Green Blue C M Y K H S L
Decimal 86 194 238 0.64 0.18 0 0.07 197.37 0.82 0.64
Hex 56 C2 EE 40 12 0 7 C5 52 40
Octal 126 302 356 100 22 0 7 305 122 100
Binary 1010110 11000010 11101110 1000000 10010 0 111 11000101 1010010 1000000

Color Harmonies of #56C2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C2EE

Black with #56C2EE

Text Example


Text Example

White with #56C2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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