Html Css Color HEX #5EBCEC Malibu

📋 copy color: '#5EBCEC'

red 94 ◦ green 188 ◦ blue 236

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

Shades of Malibu #5EBCEC

Tints of Malibu #5EBCEC

RGB

 RED value IS 94 (37.11% from 255) = 18.15%

 GREEN value IS 188 (73.83% from 255) = 36.29%

 BLUE value IS 236 (92.58% from 255) = 45.56%

R = 18.15%
G = 36.29%
B = 45.56%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5EBCEC (or 0x5EBCEC) is known color: Malibu. HEX triplet: 5E, BC and EC. RGB value is (94,188,236). Sum of RGB (Red+Green+Blue) = 94+188+236=518 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.15% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #5EBCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBCEC is #A14313. Grayscale: #A5A5A5. Windows color (decimal): -10568468 or 15514718. OLE color: 15514718.

HSL color Cylindrical-coordinate representation of color #5EBCEC: hue angle of 200.28º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EBCEC is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 188 236 -
CMYK 0.60 0.20 0 0.07
HSL 200.28º 0.79% 0.65% -
HSV(B) 200.28º 0.6% 0.93% -
XYZ 37.74 44.4 85.94 -
YUV 165.37 167.86 77.1 -
System Red Green Blue C M Y K H S L
Decimal 94 188 236 0.60 0.20 0 0.07 200.28 0.79 0.65
Hex 5E BC EC 3C 14 0 7 C8 4F 41
Octal 136 274 354 74 24 0 7 310 117 101
Binary 1011110 10111100 11101100 111100 10100 0 111 11001000 1001111 1000001

Color Harmonies of #5EBCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBCEC

Black with #5EBCEC

Text Example


Text Example

White with #5EBCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EBCEC; }

 p { color: rgb(94,188,236); }

 H1.HeaderClassName
 {
   color: #5EBCEC;
 }
 .AnyTagClassName
 {
   color: #5EBCEC;
 }
</style>

background-color css

<style>
 a { background-color: #5EBCEC; }

 a { background-color: rgb(94,188,236); }

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

border-color css

<style>
 span { border-color: #5EBCEC; }

 span { border-color: rgb(94,188,236); }

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