Html Css Color HEX #56B1EF Malibu

📋 copy color: '#56B1EF'

red 86 ◦ green 177 ◦ blue 239

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

Shades of Malibu #56B1EF

Tints of Malibu #56B1EF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.26%

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

R = 17.13%
G = 35.26%
B = 47.61%

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

#56B1EF (or 0x56B1EF) is known color: Malibu. HEX triplet: 56, B1 and EF. RGB value is (86,177,239). Sum of RGB (Red+Green+Blue) = 86+177+239=502 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.13% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #56B1EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56B1EF is #A94E10. Grayscale: #9C9C9C. Windows color (decimal): -11095569 or 15708502. OLE color: 15708502.

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

Color convert

RGB 86 177 239 -
CMYK 0.64 0.26 0 0.06
HSL 204.31º 0.83% 0.64% -
HSV(B) 204.31º 0.64% 0.94% -
XYZ 35.14 39.65 87.46 -
YUV 156.86 174.35 77.46 -
System Red Green Blue C M Y K H S L
Decimal 86 177 239 0.64 0.26 0 0.06 204.31 0.83 0.64
Hex 56 B1 EF 40 1A 0 6 CC 53 40
Octal 126 261 357 100 32 0 6 314 123 100
Binary 1010110 10110001 11101111 1000000 11010 0 110 11001100 1010011 1000000

Color Harmonies of #56B1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B1EF

Black with #56B1EF

Text Example


Text Example

White with #56B1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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