Html Css Color HEX #56BAEA Malibu

📋 copy color: '#56BAEA'

red 86 ◦ green 186 ◦ blue 234

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

Shades of Malibu #56BAEA

Tints of Malibu #56BAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.76%

 BLUE value IS 234 (91.8% from 255) = 46.25%

R = 17%
G = 36.76%
B = 46.25%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#56BAEA (or 0x56BAEA) is known color: Malibu. HEX triplet: 56, BA and EA. RGB value is (86,186,234). Sum of RGB (Red+Green+Blue) = 86+186+234=506 (67% of max value = 765). Red value is 86 (33.98% from 255 or 17.00% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #56BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BAEA is #A94515. Grayscale: #A1A1A1. Windows color (decimal): -11093270 or 15383126. OLE color: 15383126.

HSL color Cylindrical-coordinate representation of color #56BAEA: hue angle of 199.46º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56BAEA is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 186 234 -
CMYK 0.63 0.21 0 0.08
HSL 199.46º 0.78% 0.63% -
HSV(B) 199.46º 0.63% 0.92% -
XYZ 36.25 43.04 84.24 -
YUV 161.57 168.87 74.1 -
System Red Green Blue C M Y K H S L
Decimal 86 186 234 0.63 0.21 0 0.08 199.46 0.78 0.63
Hex 56 BA EA 3F 15 0 8 C7 4E 3F
Octal 126 272 352 77 25 0 10 307 116 77
Binary 1010110 10111010 11101010 111111 10101 0 1000 11000111 1001110 111111

Color Harmonies of #56BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BAEA

Black with #56BAEA

Text Example


Text Example

White with #56BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,186,234); }

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

background-color css

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

 a { background-color: rgb(86,186,234); }

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

border-color css

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

 span { border-color: rgb(86,186,234); }

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