Html Css Color HEX #5EBCF2 Malibu

📋 copy color: '#5EBCF2'

red 94 ◦ green 188 ◦ blue 242

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

Shades of Malibu #5EBCF2

Tints of Malibu #5EBCF2

RGB

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

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

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

R = 17.94%
G = 35.88%
B = 46.18%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5EBCF2 (or 0x5EBCF2) is known color: Malibu. HEX triplet: 5E, BC and F2. RGB value is (94,188,242). Sum of RGB (Red+Green+Blue) = 94+188+242=524 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.94% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #5EBCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBCF2 is #A1430D. Grayscale: #A5A5A5. Windows color (decimal): -10568462 or 15907934. OLE color: 15907934.

HSL color Cylindrical-coordinate representation of color #5EBCF2: hue angle of 201.89º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EBCF2 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 94 188 242 -
CMYK 0.61 0.22 0 0.05
HSL 201.89º 0.85% 0.66% -
HSV(B) 201.89º 0.61% 0.95% -
XYZ 38.63 44.76 90.61 -
YUV 166.05 170.86 76.61 -
System Red Green Blue C M Y K H S L
Decimal 94 188 242 0.61 0.22 0 0.05 201.89 0.85 0.66
Hex 5E BC F2 3D 16 0 5 CA 55 42
Octal 136 274 362 75 26 0 5 312 125 102
Binary 1011110 10111100 11110010 111101 10110 0 101 11001010 1010101 1000010

Color Harmonies of #5EBCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBCF2

Black with #5EBCF2

Text Example


Text Example

White with #5EBCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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