Html Css Color HEX #5EBFDA Malibu

📋 copy color: '#5EBFDA'

red 94 ◦ green 191 ◦ blue 218

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

Shades of Malibu #5EBFDA

Tints of Malibu #5EBFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.34%

R = 18.69%
G = 37.97%
B = 43.34%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5EBFDA (or 0x5EBFDA) is known color: Malibu. HEX triplet: 5E, BF and DA. RGB value is (94,191,218). Sum of RGB (Red+Green+Blue) = 94+191+218=503 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.69% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #5EBFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBFDA is #A14025. Grayscale: #A4A4A4. Windows color (decimal): -10567718 or 14335838. OLE color: 14335838.

HSL color Cylindrical-coordinate representation of color #5EBFDA: hue angle of 193.06º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EBFDA is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 94 191 218 -
CMYK 0.57 0.12 0 0.15
HSL 193.06º 0.63% 0.61% -
HSV(B) 193.06º 0.57% 0.85% -
XYZ 35.9 44.7 73.07 -
YUV 165.08 157.86 77.3 -
System Red Green Blue C M Y K H S L
Decimal 94 191 218 0.57 0.12 0 0.15 193.06 0.63 0.61
Hex 5E BF DA 39 C 0 F C1 3F 3D
Octal 136 277 332 71 14 0 17 301 77 75
Binary 1011110 10111111 11011010 111001 1100 0 1111 11000001 111111 111101

Color Harmonies of #5EBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBFDA

Black with #5EBFDA

Text Example


Text Example

White with #5EBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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