Html Css Color HEX #5EACEA Malibu

📋 copy color: '#5EACEA'

red 94 ◦ green 172 ◦ blue 234

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

Shades of Malibu #5EACEA

Tints of Malibu #5EACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.4%

 BLUE value IS 234 (91.8% from 255) = 46.8%

R = 18.8%
G = 34.4%
B = 46.8%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5EACEA (or 0x5EACEA) is known color: Malibu. HEX triplet: 5E, AC and EA. RGB value is (94,172,234). Sum of RGB (Red+Green+Blue) = 94+172+234=500 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.8% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #5EACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EACEA is #A15315. Grayscale: #9B9B9B. Windows color (decimal): -10572566 or 15379550. OLE color: 15379550.

HSL color Cylindrical-coordinate representation of color #5EACEA: hue angle of 206.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EACEA is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 172 234 -
CMYK 0.60 0.26 0 0.08
HSL 206.57º 0.77% 0.64% -
HSV(B) 206.57º 0.6% 0.92% -
XYZ 34.22 37.83 83.34 -
YUV 155.75 172.16 83.96 -
System Red Green Blue C M Y K H S L
Decimal 94 172 234 0.60 0.26 0 0.08 206.57 0.77 0.64
Hex 5E AC EA 3C 1A 0 8 CF 4D 40
Octal 136 254 352 74 32 0 10 317 115 100
Binary 1011110 10101100 11101010 111100 11010 0 1000 11001111 1001101 1000000

Color Harmonies of #5EACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACEA

Black with #5EACEA

Text Example


Text Example

White with #5EACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,172,234); }

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

background-color css

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

 a { background-color: rgb(94,172,234); }

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

border-color css

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

 span { border-color: rgb(94,172,234); }

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