Html Css Color HEX #5DAFEC Malibu

📋 copy color: '#5DAFEC'

red 93 ◦ green 175 ◦ blue 236

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

Shades of Malibu #5DAFEC

Tints of Malibu #5DAFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.83%

R = 18.45%
G = 34.72%
B = 46.83%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5DAFEC (or 0x5DAFEC) is known color: Malibu. HEX triplet: 5D, AF and EC. RGB value is (93,175,236). Sum of RGB (Red+Green+Blue) = 93+175+236=504 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.45% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #5DAFEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DAFEC is #A25013. Grayscale: #9D9D9D. Windows color (decimal): -10637332 or 15511389. OLE color: 15511389.

HSL color Cylindrical-coordinate representation of color #5DAFEC: hue angle of 205.59º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DAFEC is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 175 236 -
CMYK 0.61 0.26 0 0.07
HSL 205.59º 0.79% 0.65% -
HSV(B) 205.59º 0.61% 0.93% -
XYZ 34.98 39.04 85.05 -
YUV 157.44 172.33 82.04 -
System Red Green Blue C M Y K H S L
Decimal 93 175 236 0.61 0.26 0 0.07 205.59 0.79 0.65
Hex 5D AF EC 3D 1A 0 7 CE 4F 41
Octal 135 257 354 75 32 0 7 316 117 101
Binary 1011101 10101111 11101100 111101 11010 0 111 11001110 1001111 1000001

Color Harmonies of #5DAFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAFEC

Black with #5DAFEC

Text Example


Text Example

White with #5DAFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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