Html Css Color HEX #56CAE6 Malibu

📋 copy color: '#56CAE6'

red 86 ◦ green 202 ◦ blue 230

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

Shades of Malibu #56CAE6

Tints of Malibu #56CAE6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39%

 BLUE value IS 230 (90.23% from 255) = 44.4%

R = 16.6%
G = 39%
B = 44.4%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#56CAE6 (or 0x56CAE6) is known color: Malibu. HEX triplet: 56, CA and E6. RGB value is (86,202,230). Sum of RGB (Red+Green+Blue) = 86+202+230=518 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.60% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #56CAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CAE6 is #A93519. Grayscale: #AAAAAA. Windows color (decimal): -11089178 or 15125078. OLE color: 15125078.

HSL color Cylindrical-coordinate representation of color #56CAE6: hue angle of 191.67º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56CAE6 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 86 202 230 -
CMYK 0.63 0.12 0 0.10
HSL 191.67º 0.74% 0.62% -
HSV(B) 191.67º 0.63% 0.9% -
XYZ 39.24 49.93 82.43 -
YUV 170.51 161.57 67.72 -
System Red Green Blue C M Y K H S L
Decimal 86 202 230 0.63 0.12 0 0.10 191.67 0.74 0.62
Hex 56 CA E6 3F C 0 A C0 4A 3E
Octal 126 312 346 77 14 0 12 300 112 76
Binary 1010110 11001010 11100110 111111 1100 0 1010 11000000 1001010 111110

Color Harmonies of #56CAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CAE6

Black with #56CAE6

Text Example


Text Example

White with #56CAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,202,230); }

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

background-color css

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

 a { background-color: rgb(86,202,230); }

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

border-color css

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

 span { border-color: rgb(86,202,230); }

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