Html Css Color HEX #5DAEEE Malibu

📋 copy color: '#5DAEEE'

red 93 ◦ green 174 ◦ blue 238

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

Shades of Malibu #5DAEEE

Tints of Malibu #5DAEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.13%

R = 18.42%
G = 34.46%
B = 47.13%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5DAEEE (or 0x5DAEEE) is known color: Malibu. HEX triplet: 5D, AE and EE. RGB value is (93,174,238). Sum of RGB (Red+Green+Blue) = 93+174+238=505 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.42% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #5DAEEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DAEEE is #A25111. Grayscale: #9C9C9C. Windows color (decimal): -10637586 or 15642205. OLE color: 15642205.

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

Color convert

RGB 93 174 238 -
CMYK 0.61 0.27 0 0.07
HSL 206.48º 0.81% 0.65% -
HSV(B) 206.48º 0.61% 0.93% -
XYZ 35.08 38.77 86.52 -
YUV 157.08 173.66 82.3 -
System Red Green Blue C M Y K H S L
Decimal 93 174 238 0.61 0.27 0 0.07 206.48 0.81 0.65
Hex 5D AE EE 3D 1B 0 7 CE 51 41
Octal 135 256 356 75 33 0 7 316 121 101
Binary 1011101 10101110 11101110 111101 11011 0 111 11001110 1010001 1000001

Color Harmonies of #5DAEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAEEE

Black with #5DAEEE

Text Example


Text Example

White with #5DAEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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