Html Css Color HEX #5EBCDE Malibu

📋 copy color: '#5EBCDE'

red 94 ◦ green 188 ◦ blue 222

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

Shades of Malibu #5EBCDE

Tints of Malibu #5EBCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.05%

R = 18.65%
G = 37.3%
B = 44.05%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EBCDE (or 0x5EBCDE) is known color: Malibu. HEX triplet: 5E, BC and DE. RGB value is (94,188,222). Sum of RGB (Red+Green+Blue) = 94+188+222=504 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.65% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #5EBCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBCDE is #A14321. Grayscale: #A3A3A3. Windows color (decimal): -10568482 or 14597214. OLE color: 14597214.

HSL color Cylindrical-coordinate representation of color #5EBCDE: hue angle of 195.94º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EBCDE is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 188 222 -
CMYK 0.58 0.15 0 0.13
HSL 195.94º 0.66% 0.62% -
HSV(B) 195.94º 0.58% 0.87% -
XYZ 35.78 43.62 75.64 -
YUV 163.77 160.86 78.24 -
System Red Green Blue C M Y K H S L
Decimal 94 188 222 0.58 0.15 0 0.13 195.94 0.66 0.62
Hex 5E BC DE 3A F 0 D C4 42 3E
Octal 136 274 336 72 17 0 15 304 102 76
Binary 1011110 10111100 11011110 111010 1111 0 1101 11000100 1000010 111110

Color Harmonies of #5EBCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBCDE

Black with #5EBCDE

Text Example


Text Example

White with #5EBCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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