Html Css Color HEX #56B0EF Malibu

📋 copy color: '#56B0EF'

red 86 ◦ green 176 ◦ blue 239

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

Shades of Malibu #56B0EF

Tints of Malibu #56B0EF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.13%

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

R = 17.17%
G = 35.13%
B = 47.7%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#56B0EF (or 0x56B0EF) is known color: Malibu. HEX triplet: 56, B0 and EF. RGB value is (86,176,239). Sum of RGB (Red+Green+Blue) = 86+176+239=501 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.17% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #56B0EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56B0EF is #A94F10. Grayscale: #9B9B9B. Windows color (decimal): -11095825 or 15708246. OLE color: 15708246.

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

Color convert

RGB 86 176 239 -
CMYK 0.64 0.26 0 0.06
HSL 204.71º 0.83% 0.64% -
HSV(B) 204.71º 0.64% 0.94% -
XYZ 34.94 39.26 87.4 -
YUV 156.27 174.68 77.88 -
System Red Green Blue C M Y K H S L
Decimal 86 176 239 0.64 0.26 0 0.06 204.71 0.83 0.64
Hex 56 B0 EF 40 1A 0 6 CD 53 40
Octal 126 260 357 100 32 0 6 315 123 100
Binary 1010110 10110000 11101111 1000000 11010 0 110 11001101 1010011 1000000

Color Harmonies of #56B0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B0EF

Black with #56B0EF

Text Example


Text Example

White with #56B0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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