Html Css Color HEX #5DAFF6 Malibu

📋 copy color: '#5DAFF6'

red 93 ◦ green 175 ◦ blue 246

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

Shades of Malibu #5DAFF6

Tints of Malibu #5DAFF6

RGB

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

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

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

R = 18.09%
G = 34.05%
B = 47.86%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5DAFF6 (or 0x5DAFF6) is known color: Malibu. HEX triplet: 5D, AF and F6. RGB value is (93,175,246). Sum of RGB (Red+Green+Blue) = 93+175+246=514 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.09% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #5DAFF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DAFF6 is #A25009. Grayscale: #9E9E9E. Windows color (decimal): -10637322 or 16166749. OLE color: 16166749.

HSL color Cylindrical-coordinate representation of color #5DAFF6: hue angle of 207.84º 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 #5DAFF6 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 93 175 246 -
CMYK 0.62 0.29 0 0.04
HSL 207.84º 0.89% 0.66% -
HSV(B) 207.84º 0.62% 0.96% -
XYZ 36.48 39.64 92.92 -
YUV 158.58 177.33 81.23 -
System Red Green Blue C M Y K H S L
Decimal 93 175 246 0.62 0.29 0 0.04 207.84 0.89 0.66
Hex 5D AF F6 3E 1D 0 4 D0 59 42
Octal 135 257 366 76 35 0 4 320 131 102
Binary 1011101 10101111 11110110 111110 11101 0 100 11010000 1011001 1000010

Color Harmonies of #5DAFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAFF6

Black with #5DAFF6

Text Example


Text Example

White with #5DAFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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