Html Css Color HEX #5EBEEE Malibu

📋 copy color: '#5EBEEE'

red 94 ◦ green 190 ◦ blue 238

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

Shades of Malibu #5EBEEE

Tints of Malibu #5EBEEE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.4%

 BLUE value IS 238 (93.36% from 255) = 45.59%

R = 18.01%
G = 36.4%
B = 45.59%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5EBEEE (or 0x5EBEEE) is known color: Malibu. HEX triplet: 5E, BE and EE. RGB value is (94,190,238). Sum of RGB (Red+Green+Blue) = 94+190+238=522 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.01% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #5EBEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBEEE is #A14111. Grayscale: #A6A6A6. Windows color (decimal): -10567954 or 15646302. OLE color: 15646302.

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

Color convert

RGB 94 190 238 -
CMYK 0.61 0.20 0 0.07
HSL 200º 0.81% 0.65% -
HSV(B) 200º 0.61% 0.93% -
XYZ 38.46 45.38 87.62 -
YUV 166.77 168.2 76.1 -
System Red Green Blue C M Y K H S L
Decimal 94 190 238 0.61 0.20 0 0.07 200 0.81 0.65
Hex 5E BE EE 3D 14 0 7 C8 51 41
Octal 136 276 356 75 24 0 7 310 121 101
Binary 1011110 10111110 11101110 111101 10100 0 111 11001000 1010001 1000001

Color Harmonies of #5EBEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBEEE

Black with #5EBEEE

Text Example


Text Example

White with #5EBEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,190,238); }

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

background-color css

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

 a { background-color: rgb(94,190,238); }

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

border-color css

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

 span { border-color: rgb(94,190,238); }

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