Html Css Color HEX #5DBAE4 Malibu

📋 copy color: '#5DBAE4'

red 93 ◦ green 186 ◦ blue 228

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

Shades of Malibu #5DBAE4

Tints of Malibu #5DBAE4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.69%

 BLUE value IS 228 (89.45% from 255) = 44.97%

R = 18.34%
G = 36.69%
B = 44.97%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5DBAE4 (or 0x5DBAE4) is known color: Malibu. HEX triplet: 5D, BA and E4. RGB value is (93,186,228). Sum of RGB (Red+Green+Blue) = 93+186+228=507 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.34% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 228 - color contains mainly: blue. Hex color #5DBAE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBAE4 is #A2451B. Grayscale: #A2A2A2. Windows color (decimal): -10634524 or 14989917. OLE color: 14989917.

HSL color Cylindrical-coordinate representation of color #5DBAE4: hue angle of 198.67º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DBAE4 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 93 186 228 -
CMYK 0.59 0.18 0 0.11
HSL 198.67º 0.71% 0.63% -
HSV(B) 198.67º 0.59% 0.89% -
XYZ 36.08 43.05 79.81 -
YUV 162.98 164.69 78.08 -
System Red Green Blue C M Y K H S L
Decimal 93 186 228 0.59 0.18 0 0.11 198.67 0.71 0.63
Hex 5D BA E4 3B 12 0 B C7 47 3F
Octal 135 272 344 73 22 0 13 307 107 77
Binary 1011101 10111010 11100100 111011 10010 0 1011 11000111 1000111 111111

Color Harmonies of #5DBAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBAE4

Black with #5DBAE4

Text Example


Text Example

White with #5DBAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,186,228); }

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

background-color css

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

 a { background-color: rgb(93,186,228); }

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

border-color css

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

 span { border-color: rgb(93,186,228); }

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