Html Css Color HEX #5EBCDD Malibu

📋 copy color: '#5EBCDD'

red 94 ◦ green 188 ◦ blue 221

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

Shades of Malibu #5EBCDD

Tints of Malibu #5EBCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 18.69%
G = 37.38%
B = 43.94%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EBCDD (or 0x5EBCDD) is known color: Malibu. HEX triplet: 5E, BC and DD. RGB value is (94,188,221). Sum of RGB (Red+Green+Blue) = 94+188+221=503 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.69% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #5EBCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBCDD is #A14322. Grayscale: #A3A3A3. Windows color (decimal): -10568483 or 14531678. OLE color: 14531678.

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

Color convert

RGB 94 188 221 -
CMYK 0.57 0.15 0 0.13
HSL 195.59º 0.65% 0.62% -
HSV(B) 195.59º 0.57% 0.87% -
XYZ 35.65 43.57 74.94 -
YUV 163.66 160.36 78.32 -
System Red Green Blue C M Y K H S L
Decimal 94 188 221 0.57 0.15 0 0.13 195.59 0.65 0.62
Hex 5E BC DD 39 F 0 D C4 41 3E
Octal 136 274 335 71 17 0 15 304 101 76
Binary 1011110 10111100 11011101 111001 1111 0 1101 11000100 1000001 111110

Color Harmonies of #5EBCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBCDD

Black with #5EBCDD

Text Example


Text Example

White with #5EBCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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