Html Css Color HEX #5DAEEB Malibu

📋 copy color: '#5DAEEB'

red 93 ◦ green 174 ◦ blue 235

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

Shades of Malibu #5DAEEB

Tints of Malibu #5DAEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.81%

R = 18.53%
G = 34.66%
B = 46.81%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5DAEEB (or 0x5DAEEB) is known color: Malibu. HEX triplet: 5D, AE and EB. RGB value is (93,174,235). Sum of RGB (Red+Green+Blue) = 93+174+235=502 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.53% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DAEEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DAEEB is #A25114. Grayscale: #9C9C9C. Windows color (decimal): -10637589 or 15445597. OLE color: 15445597.

HSL color Cylindrical-coordinate representation of color #5DAEEB: hue angle of 205.77º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DAEEB is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 174 235 -
CMYK 0.60 0.26 0 0.08
HSL 205.77º 0.78% 0.64% -
HSV(B) 205.77º 0.6% 0.92% -
XYZ 34.65 38.6 84.22 -
YUV 156.74 172.16 82.54 -
System Red Green Blue C M Y K H S L
Decimal 93 174 235 0.60 0.26 0 0.08 205.77 0.78 0.64
Hex 5D AE EB 3C 1A 0 8 CE 4E 40
Octal 135 256 353 74 32 0 10 316 116 100
Binary 1011101 10101110 11101011 111100 11010 0 1000 11001110 1001110 1000000

Color Harmonies of #5DAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAEEB

Black with #5DAEEB

Text Example


Text Example

White with #5DAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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