Html Css Color HEX #56C0F2 Malibu

📋 copy color: '#56C0F2'

red 86 ◦ green 192 ◦ blue 242

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

Shades of Malibu #56C0F2

Tints of Malibu #56C0F2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.92%

 BLUE value IS 242 (94.92% from 255) = 46.54%

R = 16.54%
G = 36.92%
B = 46.54%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#56C0F2 (or 0x56C0F2) is known color: Malibu. HEX triplet: 56, C0 and F2. RGB value is (86,192,242). Sum of RGB (Red+Green+Blue) = 86+192+242=520 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.54% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #56C0F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C0F2 is #A93F0D. Grayscale: #A5A5A5. Windows color (decimal): -11091726 or 15908950. OLE color: 15908950.

HSL color Cylindrical-coordinate representation of color #56C0F2: hue angle of 199.23º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56C0F2 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 86 192 242 -
CMYK 0.64 0.21 0 0.05
HSL 199.23º 0.86% 0.64% -
HSV(B) 199.23º 0.64% 0.95% -
XYZ 38.71 46.09 90.86 -
YUV 166.01 170.88 70.93 -
System Red Green Blue C M Y K H S L
Decimal 86 192 242 0.64 0.21 0 0.05 199.23 0.86 0.64
Hex 56 C0 F2 40 15 0 5 C7 56 40
Octal 126 300 362 100 25 0 5 307 126 100
Binary 1010110 11000000 11110010 1000000 10101 0 101 11000111 1010110 1000000

Color Harmonies of #56C0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C0F2

Black with #56C0F2

Text Example


Text Example

White with #56C0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,192,242); }

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

background-color css

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

 a { background-color: rgb(86,192,242); }

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

border-color css

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

 span { border-color: rgb(86,192,242); }

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