Html Css Color HEX #56AEF2 Malibu

📋 copy color: '#56AEF2'

red 86 ◦ green 174 ◦ blue 242

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

Shades of Malibu #56AEF2

Tints of Malibu #56AEF2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.66%

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

R = 17.13%
G = 34.66%
B = 48.21%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#56AEF2 (or 0x56AEF2) is known color: Malibu. HEX triplet: 56, AE and F2. RGB value is (86,174,242). Sum of RGB (Red+Green+Blue) = 86+174+242=502 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.13% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #56AEF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56AEF2 is #A9510D. Grayscale: #9B9B9B. Windows color (decimal): -11096334 or 15904342. OLE color: 15904342.

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

Color convert

RGB 86 174 242 -
CMYK 0.64 0.28 0 0.05
HSL 206.15º 0.86% 0.64% -
HSV(B) 206.15º 0.64% 0.95% -
XYZ 35 38.66 89.62 -
YUV 155.44 176.85 78.47 -
System Red Green Blue C M Y K H S L
Decimal 86 174 242 0.64 0.28 0 0.05 206.15 0.86 0.64
Hex 56 AE F2 40 1C 0 5 CE 56 40
Octal 126 256 362 100 34 0 5 316 126 100
Binary 1010110 10101110 11110010 1000000 11100 0 101 11001110 1010110 1000000

Color Harmonies of #56AEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AEF2

Black with #56AEF2

Text Example


Text Example

White with #56AEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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