Html Css Color HEX #56BEE8 Malibu

📋 copy color: '#56BEE8'

red 86 ◦ green 190 ◦ blue 232

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

Shades of Malibu #56BEE8

Tints of Malibu #56BEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.67%

R = 16.93%
G = 37.4%
B = 45.67%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#56BEE8 (or 0x56BEE8) is known color: Malibu. HEX triplet: 56, BE and E8. RGB value is (86,190,232). Sum of RGB (Red+Green+Blue) = 86+190+232=508 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.93% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 232 (91.02% from 255 or 45.67% from 508); Max value from RGB is 232 - color contains mainly: blue. Hex color #56BEE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BEE8 is #A94117. Grayscale: #A3A3A3. Windows color (decimal): -11092248 or 15253078. OLE color: 15253078.

HSL color Cylindrical-coordinate representation of color #56BEE8: hue angle of 197.26º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56BEE8 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 86 190 232 -
CMYK 0.63 0.18 0 0.09
HSL 197.26º 0.76% 0.62% -
HSV(B) 197.26º 0.63% 0.91% -
XYZ 36.82 44.63 83.02 -
YUV 163.69 166.54 72.58 -
System Red Green Blue C M Y K H S L
Decimal 86 190 232 0.63 0.18 0 0.09 197.26 0.76 0.62
Hex 56 BE E8 3F 12 0 9 C5 4C 3E
Octal 126 276 350 77 22 0 11 305 114 76
Binary 1010110 10111110 11101000 111111 10010 0 1001 11000101 1001100 111110

Color Harmonies of #56BEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BEE8

Black with #56BEE8

Text Example


Text Example

White with #56BEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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