Html Css Color HEX #5DBEE6 Malibu

📋 copy color: '#5DBEE6'

red 93 ◦ green 190 ◦ blue 230

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

Shades of Malibu #5DBEE6

Tints of Malibu #5DBEE6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.04%

 BLUE value IS 230 (90.23% from 255) = 44.83%

R = 18.13%
G = 37.04%
B = 44.83%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5DBEE6 (or 0x5DBEE6) is known color: Malibu. HEX triplet: 5D, BE and E6. RGB value is (93,190,230). Sum of RGB (Red+Green+Blue) = 93+190+230=513 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.13% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #5DBEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBEE6 is #A24119. Grayscale: #A5A5A5. Windows color (decimal): -10633498 or 15122013. OLE color: 15122013.

HSL color Cylindrical-coordinate representation of color #5DBEE6: hue angle of 197.52º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DBEE6 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 93 190 230 -
CMYK 0.60 0.17 0 0.10
HSL 197.52º 0.73% 0.63% -
HSV(B) 197.52º 0.6% 0.9% -
XYZ 37.21 44.87 81.56 -
YUV 165.56 164.36 76.25 -
System Red Green Blue C M Y K H S L
Decimal 93 190 230 0.60 0.17 0 0.10 197.52 0.73 0.63
Hex 5D BE E6 3C 11 0 A C6 49 3F
Octal 135 276 346 74 21 0 12 306 111 77
Binary 1011101 10111110 11100110 111100 10001 0 1010 11000110 1001001 111111

Color Harmonies of #5DBEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBEE6

Black with #5DBEE6

Text Example


Text Example

White with #5DBEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,190,230); }

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

background-color css

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

 a { background-color: rgb(93,190,230); }

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

border-color css

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

 span { border-color: rgb(93,190,230); }

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