Html Css Color HEX #56C7EF Malibu

📋 copy color: '#56C7EF'

red 86 ◦ green 199 ◦ blue 239

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

Shades of Malibu #56C7EF

Tints of Malibu #56C7EF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.98%

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

R = 16.41%
G = 37.98%
B = 45.61%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#56C7EF (or 0x56C7EF) is known color: Malibu. HEX triplet: 56, C7 and EF. RGB value is (86,199,239). Sum of RGB (Red+Green+Blue) = 86+199+239=524 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.41% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #56C7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C7EF is #A93810. Grayscale: #A9A9A9. Windows color (decimal): -11089937 or 15714134. OLE color: 15714134.

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

Color convert

RGB 86 199 239 -
CMYK 0.64 0.17 0 0.06
HSL 195.69º 0.83% 0.64% -
HSV(B) 195.69º 0.64% 0.94% -
XYZ 39.84 49.06 89.03 -
YUV 169.77 167.06 68.25 -
System Red Green Blue C M Y K H S L
Decimal 86 199 239 0.64 0.17 0 0.06 195.69 0.83 0.64
Hex 56 C7 EF 40 11 0 6 C4 53 40
Octal 126 307 357 100 21 0 6 304 123 100
Binary 1010110 11000111 11101111 1000000 10001 0 110 11000100 1010011 1000000

Color Harmonies of #56C7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C7EF

Black with #56C7EF

Text Example


Text Example

White with #56C7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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