Html Css Color HEX #5DAFF3 Malibu

📋 copy color: '#5DAFF3'

red 93 ◦ green 175 ◦ blue 243

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

Shades of Malibu #5DAFF3

Tints of Malibu #5DAFF3

RGB

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

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

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

R = 18.2%
G = 34.25%
B = 47.55%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5DAFF3 (or 0x5DAFF3) is known color: Malibu. HEX triplet: 5D, AF and F3. RGB value is (93,175,243). Sum of RGB (Red+Green+Blue) = 93+175+243=511 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.20% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #5DAFF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DAFF3 is #A2500C. Grayscale: #9D9D9D. Windows color (decimal): -10637325 or 15970141. OLE color: 15970141.

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

Color convert

RGB 93 175 243 -
CMYK 0.62 0.28 0 0.05
HSL 207.2º 0.86% 0.66% -
HSV(B) 207.2º 0.62% 0.95% -
XYZ 36.02 39.46 90.51 -
YUV 158.23 175.83 81.47 -
System Red Green Blue C M Y K H S L
Decimal 93 175 243 0.62 0.28 0 0.05 207.2 0.86 0.66
Hex 5D AF F3 3E 1C 0 5 CF 56 42
Octal 135 257 363 76 34 0 5 317 126 102
Binary 1011101 10101111 11110011 111110 11100 0 101 11001111 1010110 1000010

Color Harmonies of #5DAFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAFF3

Black with #5DAFF3

Text Example


Text Example

White with #5DAFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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