Html Css Color HEX #56BBF4 Malibu

📋 copy color: '#56BBF4'

red 86 ◦ green 187 ◦ blue 244

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

Shades of Malibu #56BBF4

Tints of Malibu #56BBF4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.17%

 BLUE value IS 244 (95.7% from 255) = 47.2%

R = 16.63%
G = 36.17%
B = 47.2%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#56BBF4 (or 0x56BBF4) is known color: Malibu. HEX triplet: 56, BB and F4. RGB value is (86,187,244). Sum of RGB (Red+Green+Blue) = 86+187+244=517 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.63% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #56BBF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BBF4 is #A9440B. Grayscale: #A2A2A2. Windows color (decimal): -11093004 or 16038742. OLE color: 16038742.

HSL color Cylindrical-coordinate representation of color #56BBF4: hue angle of 201.65º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56BBF4 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 86 187 244 -
CMYK 0.65 0.23 0 0.04
HSL 201.65º 0.88% 0.65% -
HSV(B) 201.65º 0.65% 0.96% -
XYZ 37.94 44.05 92.09 -
YUV 163.3 173.54 72.87 -
System Red Green Blue C M Y K H S L
Decimal 86 187 244 0.65 0.23 0 0.04 201.65 0.88 0.65
Hex 56 BB F4 41 17 0 4 CA 58 41
Octal 126 273 364 101 27 0 4 312 130 101
Binary 1010110 10111011 11110100 1000001 10111 0 100 11001010 1011000 1000001

Color Harmonies of #56BBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BBF4

Black with #56BBF4

Text Example


Text Example

White with #56BBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,187,244); }

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

background-color css

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

 a { background-color: rgb(86,187,244); }

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

border-color css

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

 span { border-color: rgb(86,187,244); }

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