Html Css Color HEX #5DABEC Malibu

📋 copy color: '#5DABEC'

red 93 ◦ green 171 ◦ blue 236

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

Shades of Malibu #5DABEC

Tints of Malibu #5DABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.2%

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

R = 18.6%
G = 34.2%
B = 47.2%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5DABEC (or 0x5DABEC) is known color: Malibu. HEX triplet: 5D, AB and EC. RGB value is (93,171,236). Sum of RGB (Red+Green+Blue) = 93+171+236=500 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.6% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #5DABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DABEC is #A25413. Grayscale: #9A9A9A. Windows color (decimal): -10638356 or 15510365. OLE color: 15510365.

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

Color convert

RGB 93 171 236 -
CMYK 0.61 0.28 0 0.07
HSL 207.27º 0.79% 0.65% -
HSV(B) 207.27º 0.61% 0.93% -
XYZ 34.22 37.51 84.79 -
YUV 155.09 173.66 83.71 -
System Red Green Blue C M Y K H S L
Decimal 93 171 236 0.61 0.28 0 0.07 207.27 0.79 0.65
Hex 5D AB EC 3D 1C 0 7 CF 4F 41
Octal 135 253 354 75 34 0 7 317 117 101
Binary 1011101 10101011 11101100 111101 11100 0 111 11001111 1001111 1000001

Color Harmonies of #5DABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DABEC

Black with #5DABEC

Text Example


Text Example

White with #5DABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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