Html Css Color HEX #5EBAD2 Malibu

📋 copy color: '#5EBAD2'

red 94 ◦ green 186 ◦ blue 210

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

Shades of Malibu #5EBAD2

Tints of Malibu #5EBAD2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.96%

 BLUE value IS 210 (82.42% from 255) = 42.86%

R = 19.18%
G = 37.96%
B = 42.86%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5EBAD2 (or 0x5EBAD2) is known color: Malibu. HEX triplet: 5E, BA and D2. RGB value is (94,186,210). Sum of RGB (Red+Green+Blue) = 94+186+210=490 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.18% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 210 - color contains mainly: blue. Hex color #5EBAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBAD2 is #A1452D. Grayscale: #A1A1A1. Windows color (decimal): -10569006 or 13810270. OLE color: 13810270.

HSL color Cylindrical-coordinate representation of color #5EBAD2: hue angle of 192.41º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5EBAD2 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 94 186 210 -
CMYK 0.55 0.11 0 0.18
HSL 192.41º 0.56% 0.6% -
HSV(B) 192.41º 0.55% 0.82% -
XYZ 33.81 42.15 67.33 -
YUV 161.23 155.52 80.05 -
System Red Green Blue C M Y K H S L
Decimal 94 186 210 0.55 0.11 0 0.18 192.41 0.56 0.6
Hex 5E BA D2 37 B 0 12 C0 38 3C
Octal 136 272 322 67 13 0 22 300 70 74
Binary 1011110 10111010 11010010 110111 1011 0 10010 11000000 111000 111100

Color Harmonies of #5EBAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBAD2

Black with #5EBAD2

Text Example


Text Example

White with #5EBAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,186,210); }

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

background-color css

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

 a { background-color: rgb(94,186,210); }

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

border-color css

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

 span { border-color: rgb(94,186,210); }

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