Html Css Color HEX #56BCF0 Malibu

📋 copy color: '#56BCF0'

red 86 ◦ green 188 ◦ blue 240

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

Shades of Malibu #56BCF0

Tints of Malibu #56BCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.69%

R = 16.73%
G = 36.58%
B = 46.69%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#56BCF0 (or 0x56BCF0) is known color: Malibu. HEX triplet: 56, BC and F0. RGB value is (86,188,240). Sum of RGB (Red+Green+Blue) = 86+188+240=514 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.73% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #56BCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BCF0 is #A9430F. Grayscale: #A3A3A3. Windows color (decimal): -11092752 or 15776854. OLE color: 15776854.

HSL color Cylindrical-coordinate representation of color #56BCF0: hue angle of 200.26º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56BCF0 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 188 240 -
CMYK 0.64 0.22 0 0.06
HSL 200.26º 0.84% 0.64% -
HSV(B) 200.26º 0.64% 0.94% -
XYZ 37.55 44.24 89 -
YUV 163.43 171.21 72.77 -
System Red Green Blue C M Y K H S L
Decimal 86 188 240 0.64 0.22 0 0.06 200.26 0.84 0.64
Hex 56 BC F0 40 16 0 6 C8 54 40
Octal 126 274 360 100 26 0 6 310 124 100
Binary 1010110 10111100 11110000 1000000 10110 0 110 11001000 1010100 1000000

Color Harmonies of #56BCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BCF0

Black with #56BCF0

Text Example


Text Example

White with #56BCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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