Html Css Color HEX #5EBFDD Malibu

📋 copy color: '#5EBFDD'

red 94 ◦ green 191 ◦ blue 221

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

Shades of Malibu #5EBFDD

Tints of Malibu #5EBFDD

RGB

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

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

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

R = 18.58%
G = 37.75%
B = 43.68%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EBFDD (or 0x5EBFDD) is known color: Malibu. HEX triplet: 5E, BF and DD. RGB value is (94,191,221). Sum of RGB (Red+Green+Blue) = 94+191+221=506 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.58% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #5EBFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBFDD is #A14022. Grayscale: #A5A5A5. Windows color (decimal): -10567715 or 14532446. OLE color: 14532446.

HSL color Cylindrical-coordinate representation of color #5EBFDD: hue angle of 194.17º 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 #5EBFDD is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 191 221 -
CMYK 0.57 0.14 0 0.13
HSL 194.17º 0.65% 0.62% -
HSV(B) 194.17º 0.57% 0.87% -
XYZ 36.3 44.86 75.15 -
YUV 165.42 159.36 77.06 -
System Red Green Blue C M Y K H S L
Decimal 94 191 221 0.57 0.14 0 0.13 194.17 0.65 0.62
Hex 5E BF DD 39 E 0 D C2 41 3E
Octal 136 277 335 71 16 0 15 302 101 76
Binary 1011110 10111111 11011101 111001 1110 0 1101 11000010 1000001 111110

Color Harmonies of #5EBFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBFDD

Black with #5EBFDD

Text Example


Text Example

White with #5EBFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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