Html Css Color HEX #5DABDF Malibu

📋 copy color: '#5DABDF'

red 93 ◦ green 171 ◦ blue 223

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

Shades of Malibu #5DABDF

Tints of Malibu #5DABDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 19.1%
G = 35.11%
B = 45.79%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5DABDF (or 0x5DABDF) is known color: Malibu. HEX triplet: 5D, AB and DF. RGB value is (93,171,223). Sum of RGB (Red+Green+Blue) = 93+171+223=487 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.10% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #5DABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DABDF is #A25420. Grayscale: #999999. Windows color (decimal): -10638369 or 14658397. OLE color: 14658397.

HSL color Cylindrical-coordinate representation of color #5DABDF: hue angle of 204º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DABDF is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 171 223 -
CMYK 0.58 0.23 0 0.13
HSL 204º 0.67% 0.62% -
HSV(B) 204º 0.58% 0.87% -
XYZ 32.4 36.78 75.2 -
YUV 153.61 167.16 84.77 -
System Red Green Blue C M Y K H S L
Decimal 93 171 223 0.58 0.23 0 0.13 204 0.67 0.62
Hex 5D AB DF 3A 17 0 D CC 43 3E
Octal 135 253 337 72 27 0 15 314 103 76
Binary 1011101 10101011 11011111 111010 10111 0 1101 11001100 1000011 111110

Color Harmonies of #5DABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DABDF

Black with #5DABDF

Text Example


Text Example

White with #5DABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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