Html Css Color HEX #5DB3F6 Malibu

📋 copy color: '#5DB3F6'

red 93 ◦ green 179 ◦ blue 246

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

Shades of Malibu #5DB3F6

Tints of Malibu #5DB3F6

RGB

 RED value IS 93 (36.72% from 255) = 17.95%

 GREEN value IS 179 (70.31% from 255) = 34.56%

 BLUE value IS 246 (96.48% from 255) = 47.49%

R = 17.95%
G = 34.56%
B = 47.49%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5DB3F6 (or 0x5DB3F6) is known color: Malibu. HEX triplet: 5D, B3 and F6. RGB value is (93,179,246). Sum of RGB (Red+Green+Blue) = 93+179+246=518 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.95% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #5DB3F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB3F6 is #A24C09. Grayscale: #A0A0A0. Windows color (decimal): -10636298 or 16167773. OLE color: 16167773.

HSL color Cylindrical-coordinate representation of color #5DB3F6: hue angle of 206.27º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DB3F6 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 93 179 246 -
CMYK 0.62 0.27 0 0.04
HSL 206.27º 0.89% 0.66% -
HSV(B) 206.27º 0.62% 0.96% -
XYZ 37.27 41.22 93.18 -
YUV 160.92 176.01 79.55 -
System Red Green Blue C M Y K H S L
Decimal 93 179 246 0.62 0.27 0 0.04 206.27 0.89 0.66
Hex 5D B3 F6 3E 1B 0 4 CE 59 42
Octal 135 263 366 76 33 0 4 316 131 102
Binary 1011101 10110011 11110110 111110 11011 0 100 11001110 1011001 1000010

Color Harmonies of #5DB3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB3F6

Black with #5DB3F6

Text Example


Text Example

White with #5DB3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,179,246); }

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

background-color css

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

 a { background-color: rgb(93,179,246); }

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

border-color css

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

 span { border-color: rgb(93,179,246); }

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