Html Css Color HEX #56BCE4 Malibu

📋 copy color: '#56BCE4'

red 86 ◦ green 188 ◦ blue 228

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

Shades of Malibu #56BCE4

Tints of Malibu #56BCE4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.45%

 BLUE value IS 228 (89.45% from 255) = 45.42%

R = 17.13%
G = 37.45%
B = 45.42%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#56BCE4 (or 0x56BCE4) is known color: Malibu. HEX triplet: 56, BC and E4. RGB value is (86,188,228). Sum of RGB (Red+Green+Blue) = 86+188+228=502 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.13% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 228 (89.45% from 255 or 45.42% from 502); Max value from RGB is 228 - color contains mainly: blue. Hex color #56BCE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BCE4 is #A9431B. Grayscale: #A1A1A1. Windows color (decimal): -11092764 or 14990422. OLE color: 14990422.

HSL color Cylindrical-coordinate representation of color #56BCE4: hue angle of 196.9º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56BCE4 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 86 188 228 -
CMYK 0.62 0.18 0 0.11
HSL 196.9º 0.72% 0.62% -
HSV(B) 196.9º 0.62% 0.89% -
XYZ 35.82 43.55 79.92 -
YUV 162.06 165.21 73.75 -
System Red Green Blue C M Y K H S L
Decimal 86 188 228 0.62 0.18 0 0.11 196.9 0.72 0.62
Hex 56 BC E4 3E 12 0 B C5 48 3E
Octal 126 274 344 76 22 0 13 305 110 76
Binary 1010110 10111100 11100100 111110 10010 0 1011 11000101 1001000 111110

Color Harmonies of #56BCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BCE4

Black with #56BCE4

Text Example


Text Example

White with #56BCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,188,228); }

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

background-color css

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

 a { background-color: rgb(86,188,228); }

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

border-color css

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

 span { border-color: rgb(86,188,228); }

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