Html Css Color HEX #5DADDF Malibu

📋 copy color: '#5DADDF'

red 93 ◦ green 173 ◦ blue 223

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

Shades of Malibu #5DADDF

Tints of Malibu #5DADDF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.38%

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

R = 19.02%
G = 35.38%
B = 45.6%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5DADDF (or 0x5DADDF) is known color: Malibu. HEX triplet: 5D, AD and DF. RGB value is (93,173,223). Sum of RGB (Red+Green+Blue) = 93+173+223=489 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.02% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #5DADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DADDF is #A25220. Grayscale: #9A9A9A. Windows color (decimal): -10637857 or 14658909. OLE color: 14658909.

HSL color Cylindrical-coordinate representation of color #5DADDF: hue angle of 203.08º 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 #5DADDF is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 173 223 -
CMYK 0.58 0.22 0 0.13
HSL 203.08º 0.67% 0.62% -
HSV(B) 203.08º 0.58% 0.87% -
XYZ 32.78 37.54 75.33 -
YUV 154.78 166.5 83.93 -
System Red Green Blue C M Y K H S L
Decimal 93 173 223 0.58 0.22 0 0.13 203.08 0.67 0.62
Hex 5D AD DF 3A 16 0 D CB 43 3E
Octal 135 255 337 72 26 0 15 313 103 76
Binary 1011101 10101101 11011111 111010 10110 0 1101 11001011 1000011 111110

Color Harmonies of #5DADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DADDF

Black with #5DADDF

Text Example


Text Example

White with #5DADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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