Html Css Color HEX #56B7EE Malibu

📋 copy color: '#56B7EE'

red 86 ◦ green 183 ◦ blue 238

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

Shades of Malibu #56B7EE

Tints of Malibu #56B7EE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.09%

 BLUE value IS 238 (93.36% from 255) = 46.94%

R = 16.96%
G = 36.09%
B = 46.94%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#56B7EE (or 0x56B7EE) is known color: Malibu. HEX triplet: 56, B7 and EE. RGB value is (86,183,238). Sum of RGB (Red+Green+Blue) = 86+183+238=507 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.96% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #56B7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56B7EE is #A94811. Grayscale: #9F9F9F. Windows color (decimal): -11094034 or 15644502. OLE color: 15644502.

HSL color Cylindrical-coordinate representation of color #56B7EE: hue angle of 201.71º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56B7EE is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 183 238 -
CMYK 0.64 0.23 0 0.07
HSL 201.71º 0.82% 0.64% -
HSV(B) 201.71º 0.64% 0.93% -
XYZ 36.2 42.02 87.09 -
YUV 160.27 171.86 75.03 -
System Red Green Blue C M Y K H S L
Decimal 86 183 238 0.64 0.23 0 0.07 201.71 0.82 0.64
Hex 56 B7 EE 40 17 0 7 CA 52 40
Octal 126 267 356 100 27 0 7 312 122 100
Binary 1010110 10110111 11101110 1000000 10111 0 111 11001010 1010010 1000000

Color Harmonies of #56B7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B7EE

Black with #56B7EE

Text Example


Text Example

White with #56B7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,183,238); }

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

background-color css

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

 a { background-color: rgb(86,183,238); }

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

border-color css

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

 span { border-color: rgb(86,183,238); }

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