Html Css Color HEX #5DAEEC Malibu

📋 copy color: '#5DAEEC'

red 93 ◦ green 174 ◦ blue 236

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

Shades of Malibu #5DAEEC

Tints of Malibu #5DAEEC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.59%

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

R = 18.49%
G = 34.59%
B = 46.92%

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

#5DAEEC (or 0x5DAEEC) is known color: Malibu. HEX triplet: 5D, AE and EC. RGB value is (93,174,236). Sum of RGB (Red+Green+Blue) = 93+174+236=503 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.49% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #5DAEEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DAEEC is #A25113. Grayscale: #9C9C9C. Windows color (decimal): -10637588 or 15511133. OLE color: 15511133.

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

Color convert

RGB 93 174 236 -
CMYK 0.61 0.26 0 0.07
HSL 206.01º 0.79% 0.65% -
HSV(B) 206.01º 0.61% 0.93% -
XYZ 34.79 38.66 84.98 -
YUV 156.85 172.66 82.46 -
System Red Green Blue C M Y K H S L
Decimal 93 174 236 0.61 0.26 0 0.07 206.01 0.79 0.65
Hex 5D AE EC 3D 1A 0 7 CE 4F 41
Octal 135 256 354 75 32 0 7 316 117 101
Binary 1011101 10101110 11101100 111101 11010 0 111 11001110 1001111 1000001

Color Harmonies of #5DAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAEEC

Black with #5DAEEC

Text Example


Text Example

White with #5DAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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