Html Css Color HEX #5EBFDF Malibu

📋 copy color: '#5EBFDF'

red 94 ◦ green 191 ◦ blue 223

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

Shades of Malibu #5EBFDF

Tints of Malibu #5EBFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 18.5%
G = 37.6%
B = 43.9%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EBFDF (or 0x5EBFDF) is known color: Malibu. HEX triplet: 5E, BF and DF. RGB value is (94,191,223). Sum of RGB (Red+Green+Blue) = 94+191+223=508 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.50% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #5EBFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBFDF is #A14020. Grayscale: #A5A5A5. Windows color (decimal): -10567713 or 14663518. OLE color: 14663518.

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

Color convert

RGB 94 191 223 -
CMYK 0.58 0.14 0 0.13
HSL 194.88º 0.67% 0.62% -
HSV(B) 194.88º 0.58% 0.87% -
XYZ 36.57 44.97 76.56 -
YUV 165.65 160.36 76.9 -
System Red Green Blue C M Y K H S L
Decimal 94 191 223 0.58 0.14 0 0.13 194.88 0.67 0.62
Hex 5E BF DF 3A E 0 D C3 43 3E
Octal 136 277 337 72 16 0 15 303 103 76
Binary 1011110 10111111 11011111 111010 1110 0 1101 11000011 1000011 111110

Color Harmonies of #5EBFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBFDF

Black with #5EBFDF

Text Example


Text Example

White with #5EBFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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