Html Css Color HEX #5EBFEE Malibu

📋 copy color: '#5EBFEE'

red 94 ◦ green 191 ◦ blue 238

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

Shades of Malibu #5EBFEE

Tints of Malibu #5EBFEE

RGB

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

 GREEN value IS 191 (75% from 255) = 36.52%

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

R = 17.97%
G = 36.52%
B = 45.51%

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

#5EBFEE (or 0x5EBFEE) is known color: Malibu. HEX triplet: 5E, BF and EE. RGB value is (94,191,238). Sum of RGB (Red+Green+Blue) = 94+191+238=523 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.97% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #5EBFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBFEE is #A14011. Grayscale: #A7A7A7. Windows color (decimal): -10567698 or 15646558. OLE color: 15646558.

HSL color Cylindrical-coordinate representation of color #5EBFEE: hue angle of 199.58º 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 #5EBFEE is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 191 238 -
CMYK 0.61 0.20 0 0.07
HSL 199.58º 0.81% 0.65% -
HSV(B) 199.58º 0.61% 0.93% -
XYZ 38.68 45.81 87.69 -
YUV 167.36 167.86 75.68 -
System Red Green Blue C M Y K H S L
Decimal 94 191 238 0.61 0.20 0 0.07 199.58 0.81 0.65
Hex 5E BF EE 3D 14 0 7 C8 51 41
Octal 136 277 356 75 24 0 7 310 121 101
Binary 1011110 10111111 11101110 111101 10100 0 111 11001000 1010001 1000001

Color Harmonies of #5EBFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBFEE

Black with #5EBFEE

Text Example


Text Example

White with #5EBFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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