Html Css Color HEX #56B0F2 Malibu

📋 copy color: '#56B0F2'

red 86 ◦ green 176 ◦ blue 242

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

Shades of Malibu #56B0F2

Tints of Malibu #56B0F2

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.92%

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

R = 17.06%
G = 34.92%
B = 48.02%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#56B0F2 (or 0x56B0F2) is known color: Malibu. HEX triplet: 56, B0 and F2. RGB value is (86,176,242). Sum of RGB (Red+Green+Blue) = 86+176+242=504 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.06% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #56B0F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56B0F2 is #A94F0D. Grayscale: #9C9C9C. Windows color (decimal): -11095822 or 15904854. OLE color: 15904854.

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

Color convert

RGB 86 176 242 -
CMYK 0.64 0.27 0 0.05
HSL 205.38º 0.86% 0.64% -
HSV(B) 205.38º 0.64% 0.95% -
XYZ 35.39 39.44 89.75 -
YUV 156.61 176.18 77.63 -
System Red Green Blue C M Y K H S L
Decimal 86 176 242 0.64 0.27 0 0.05 205.38 0.86 0.64
Hex 56 B0 F2 40 1B 0 5 CD 56 40
Octal 126 260 362 100 33 0 5 315 126 100
Binary 1010110 10110000 11110010 1000000 11011 0 101 11001101 1010110 1000000

Color Harmonies of #56B0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B0F2

Black with #56B0F2

Text Example


Text Example

White with #56B0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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