Html Css Color HEX #56B7F0 Malibu

📋 copy color: '#56B7F0'

red 86 ◦ green 183 ◦ blue 240

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

Shades of Malibu #56B7F0

Tints of Malibu #56B7F0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.95%

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

R = 16.9%
G = 35.95%
B = 47.15%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#56B7F0 (or 0x56B7F0) is known color: Malibu. HEX triplet: 56, B7 and F0. RGB value is (86,183,240). Sum of RGB (Red+Green+Blue) = 86+183+240=509 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.90% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #56B7F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56B7F0 is #A9480F. Grayscale: #A0A0A0. Windows color (decimal): -11094032 or 15775574. OLE color: 15775574.

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

Color convert

RGB 86 183 240 -
CMYK 0.64 0.24 0 0.06
HSL 202.21º 0.84% 0.64% -
HSV(B) 202.21º 0.64% 0.94% -
XYZ 36.5 42.14 88.65 -
YUV 160.5 172.86 74.87 -
System Red Green Blue C M Y K H S L
Decimal 86 183 240 0.64 0.24 0 0.06 202.21 0.84 0.64
Hex 56 B7 F0 40 18 0 6 CA 54 40
Octal 126 267 360 100 30 0 6 312 124 100
Binary 1010110 10110111 11110000 1000000 11000 0 110 11001010 1010100 1000000

Color Harmonies of #56B7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B7F0

Black with #56B7F0

Text Example


Text Example

White with #56B7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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