Html Css Color HEX #5DAFF1 Malibu

📋 copy color: '#5DAFF1'

red 93 ◦ green 175 ◦ blue 241

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

Shades of Malibu #5DAFF1

Tints of Malibu #5DAFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.35%

R = 18.27%
G = 34.38%
B = 47.35%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5DAFF1 (or 0x5DAFF1) is known color: Malibu. HEX triplet: 5D, AF and F1. RGB value is (93,175,241). Sum of RGB (Red+Green+Blue) = 93+175+241=509 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.27% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #5DAFF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DAFF1 is #A2500E. Grayscale: #9D9D9D. Windows color (decimal): -10637327 or 15839069. OLE color: 15839069.

HSL color Cylindrical-coordinate representation of color #5DAFF1: hue angle of 206.76º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DAFF1 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 93 175 241 -
CMYK 0.61 0.27 0 0.05
HSL 206.76º 0.84% 0.65% -
HSV(B) 206.76º 0.61% 0.95% -
XYZ 35.72 39.34 88.93 -
YUV 158.01 174.83 81.63 -
System Red Green Blue C M Y K H S L
Decimal 93 175 241 0.61 0.27 0 0.05 206.76 0.84 0.65
Hex 5D AF F1 3D 1B 0 5 CF 54 41
Octal 135 257 361 75 33 0 5 317 124 101
Binary 1011101 10101111 11110001 111101 11011 0 101 11001111 1010100 1000001

Color Harmonies of #5DAFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAFF1

Black with #5DAFF1

Text Example


Text Example

White with #5DAFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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