Html Css Color HEX #5EAFDB Malibu

📋 copy color: '#5EAFDB'

red 94 ◦ green 175 ◦ blue 219

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

Shades of Malibu #5EAFDB

Tints of Malibu #5EAFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.86%

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 19.26%
G = 35.86%
B = 44.88%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5EAFDB (or 0x5EAFDB) is known color: Malibu. HEX triplet: 5E, AF and DB. RGB value is (94,175,219). Sum of RGB (Red+Green+Blue) = 94+175+219=488 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.26% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #5EAFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAFDB is #A15024. Grayscale: #9B9B9B. Windows color (decimal): -10571813 or 14397278. OLE color: 14397278.

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

Color convert

RGB 94 175 219 -
CMYK 0.57 0.20 0 0.14
HSL 201.12º 0.63% 0.61% -
HSV(B) 201.12º 0.57% 0.86% -
XYZ 32.73 38.15 72.66 -
YUV 155.8 163.66 83.92 -
System Red Green Blue C M Y K H S L
Decimal 94 175 219 0.57 0.20 0 0.14 201.12 0.63 0.61
Hex 5E AF DB 39 14 0 E C9 3F 3D
Octal 136 257 333 71 24 0 16 311 77 75
Binary 1011110 10101111 11011011 111001 10100 0 1110 11001001 111111 111101

Color Harmonies of #5EAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAFDB

Black with #5EAFDB

Text Example


Text Example

White with #5EAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,175,219); }

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

background-color css

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

 a { background-color: rgb(94,175,219); }

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

border-color css

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

 span { border-color: rgb(94,175,219); }

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