Html Css Color HEX #5DACF3 Malibu

📋 copy color: '#5DACF3'

red 93 ◦ green 172 ◦ blue 243

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

Shades of Malibu #5DACF3

Tints of Malibu #5DACF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.83%

R = 18.31%
G = 33.86%
B = 47.83%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5DACF3 (or 0x5DACF3) is known color: Malibu. HEX triplet: 5D, AC and F3. RGB value is (93,172,243). Sum of RGB (Red+Green+Blue) = 93+172+243=508 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.31% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #5DACF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DACF3 is #A2530C. Grayscale: #9C9C9C. Windows color (decimal): -10638093 or 15969373. OLE color: 15969373.

HSL color Cylindrical-coordinate representation of color #5DACF3: hue angle of 208.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DACF3 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 93 172 243 -
CMYK 0.62 0.29 0 0.05
HSL 208.4º 0.86% 0.66% -
HSV(B) 208.4º 0.62% 0.95% -
XYZ 35.44 38.3 90.32 -
YUV 156.47 176.83 82.73 -
System Red Green Blue C M Y K H S L
Decimal 93 172 243 0.62 0.29 0 0.05 208.4 0.86 0.66
Hex 5D AC F3 3E 1D 0 5 D0 56 42
Octal 135 254 363 76 35 0 5 320 126 102
Binary 1011101 10101100 11110011 111110 11101 0 101 11010000 1010110 1000010

Color Harmonies of #5DACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DACF3

Black with #5DACF3

Text Example


Text Example

White with #5DACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,172,243); }

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

background-color css

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

 a { background-color: rgb(93,172,243); }

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

border-color css

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

 span { border-color: rgb(93,172,243); }

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