Html Css Color HEX #56BEDB Malibu

📋 copy color: '#56BEDB'

red 86 ◦ green 190 ◦ blue 219

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

Shades of Malibu #56BEDB

Tints of Malibu #56BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.38%

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 17.37%
G = 38.38%
B = 44.24%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#56BEDB (or 0x56BEDB) is known color: Malibu. HEX triplet: 56, BE and DB. RGB value is (86,190,219). Sum of RGB (Red+Green+Blue) = 86+190+219=495 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.37% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #56BEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BEDB is #A94124. Grayscale: #A1A1A1. Windows color (decimal): -11092261 or 14401110. OLE color: 14401110.

HSL color Cylindrical-coordinate representation of color #56BEDB: hue angle of 193.08º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56BEDB is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 190 219 -
CMYK 0.61 0.13 0 0.14
HSL 193.08º 0.65% 0.6% -
HSV(B) 193.08º 0.61% 0.86% -
XYZ 35.04 43.92 73.65 -
YUV 162.21 160.04 73.64 -
System Red Green Blue C M Y K H S L
Decimal 86 190 219 0.61 0.13 0 0.14 193.08 0.65 0.6
Hex 56 BE DB 3D D 0 E C1 41 3C
Octal 126 276 333 75 15 0 16 301 101 74
Binary 1010110 10111110 11011011 111101 1101 0 1110 11000001 1000001 111100

Color Harmonies of #56BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BEDB

Black with #56BEDB

Text Example


Text Example

White with #56BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,190,219); }

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

background-color css

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

 a { background-color: rgb(86,190,219); }

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

border-color css

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

 span { border-color: rgb(86,190,219); }

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