Html Css Color HEX #56BDEF Malibu

📋 copy color: '#56BDEF'

red 86 ◦ green 189 ◦ blue 239

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

Shades of Malibu #56BDEF

Tints of Malibu #56BDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.77%

 BLUE value IS 239 (93.75% from 255) = 46.5%

R = 16.73%
G = 36.77%
B = 46.5%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#56BDEF (or 0x56BDEF) is known color: Malibu. HEX triplet: 56, BD and EF. RGB value is (86,189,239). Sum of RGB (Red+Green+Blue) = 86+189+239=514 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.73% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #56BDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BDEF is #A94210. Grayscale: #A3A3A3. Windows color (decimal): -11092497 or 15711574. OLE color: 15711574.

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

Color convert

RGB 86 189 239 -
CMYK 0.64 0.21 0 0.06
HSL 199.61º 0.83% 0.64% -
HSV(B) 199.61º 0.64% 0.94% -
XYZ 37.62 44.61 88.29 -
YUV 163.9 170.38 72.43 -
System Red Green Blue C M Y K H S L
Decimal 86 189 239 0.64 0.21 0 0.06 199.61 0.83 0.64
Hex 56 BD EF 40 15 0 6 C8 53 40
Octal 126 275 357 100 25 0 6 310 123 100
Binary 1010110 10111101 11101111 1000000 10101 0 110 11001000 1010011 1000000

Color Harmonies of #56BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BDEF

Black with #56BDEF

Text Example


Text Example

White with #56BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,189,239); }

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

background-color css

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

 a { background-color: rgb(86,189,239); }

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

border-color css

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

 span { border-color: rgb(86,189,239); }

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