Html Css Color HEX #5ECAF1 Malibu

📋 copy color: '#5ECAF1'

red 94 ◦ green 202 ◦ blue 241

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

Shades of Malibu #5ECAF1

Tints of Malibu #5ECAF1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.62%

 BLUE value IS 241 (94.53% from 255) = 44.88%

R = 17.5%
G = 37.62%
B = 44.88%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5ECAF1 (or 0x5ECAF1) is known color: Malibu. HEX triplet: 5E, CA and F1. RGB value is (94,202,241). Sum of RGB (Red+Green+Blue) = 94+202+241=537 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.50% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #5ECAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECAF1 is #A1350E. Grayscale: #ADADAD. Windows color (decimal): -10564879 or 15845982. OLE color: 15845982.

HSL color Cylindrical-coordinate representation of color #5ECAF1: hue angle of 195.92º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ECAF1 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 94 202 241 -
CMYK 0.61 0.16 0 0.05
HSL 195.92º 0.84% 0.66% -
HSV(B) 195.92º 0.61% 0.95% -
XYZ 41.61 50.97 90.86 -
YUV 174.15 165.72 70.83 -
System Red Green Blue C M Y K H S L
Decimal 94 202 241 0.61 0.16 0 0.05 195.92 0.84 0.66
Hex 5E CA F1 3D 10 0 5 C4 54 42
Octal 136 312 361 75 20 0 5 304 124 102
Binary 1011110 11001010 11110001 111101 10000 0 101 11000100 1010100 1000010

Color Harmonies of #5ECAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECAF1

Black with #5ECAF1

Text Example


Text Example

White with #5ECAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,202,241); }

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

background-color css

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

 a { background-color: rgb(94,202,241); }

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

border-color css

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

 span { border-color: rgb(94,202,241); }

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