Html Css Color HEX #5EABF2 Malibu

📋 copy color: '#5EABF2'

red 94 ◦ green 171 ◦ blue 242

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

Shades of Malibu #5EABF2

Tints of Malibu #5EABF2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.73%

 BLUE value IS 242 (94.92% from 255) = 47.73%

R = 18.54%
G = 33.73%
B = 47.73%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5EABF2 (or 0x5EABF2) is known color: Malibu. HEX triplet: 5E, AB and F2. RGB value is (94,171,242). Sum of RGB (Red+Green+Blue) = 94+171+242=507 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.54% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #5EABF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EABF2 is #A1540D. Grayscale: #9B9B9B. Windows color (decimal): -10572814 or 15903582. OLE color: 15903582.

HSL color Cylindrical-coordinate representation of color #5EABF2: hue angle of 208.78º degrees, saturation: 0.85, 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 #5EABF2 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 94 171 242 -
CMYK 0.61 0.29 0 0.05
HSL 208.78º 0.85% 0.66% -
HSV(B) 208.78º 0.61% 0.95% -
XYZ 35.21 37.92 89.47 -
YUV 156.07 176.49 83.73 -
System Red Green Blue C M Y K H S L
Decimal 94 171 242 0.61 0.29 0 0.05 208.78 0.85 0.66
Hex 5E AB F2 3D 1D 0 5 D1 55 42
Octal 136 253 362 75 35 0 5 321 125 102
Binary 1011110 10101011 11110010 111101 11101 0 101 11010001 1010101 1000010

Color Harmonies of #5EABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EABF2

Black with #5EABF2

Text Example


Text Example

White with #5EABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,171,242); }

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

background-color css

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

 a { background-color: rgb(94,171,242); }

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

border-color css

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

 span { border-color: rgb(94,171,242); }

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