Html Css Color HEX #5DC8EF Malibu

📋 copy color: '#5DC8EF'

red 93 ◦ green 200 ◦ blue 239

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

Shades of Malibu #5DC8EF

Tints of Malibu #5DC8EF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.59%

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 17.48%
G = 37.59%
B = 44.92%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5DC8EF (or 0x5DC8EF) is known color: Malibu. HEX triplet: 5D, C8 and EF. RGB value is (93,200,239). Sum of RGB (Red+Green+Blue) = 93+200+239=532 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.48% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #5DC8EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DC8EF is #A23710. Grayscale: #ACACAC. Windows color (decimal): -10630929 or 15714397. OLE color: 15714397.

HSL color Cylindrical-coordinate representation of color #5DC8EF: hue angle of 196.03º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DC8EF is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 93 200 239 -
CMYK 0.61 0.16 0 0.06
HSL 196.03º 0.82% 0.65% -
HSV(B) 196.03º 0.61% 0.94% -
XYZ 40.75 49.87 89.14 -
YUV 172.45 165.55 71.33 -
System Red Green Blue C M Y K H S L
Decimal 93 200 239 0.61 0.16 0 0.06 196.03 0.82 0.65
Hex 5D C8 EF 3D 10 0 6 C4 52 41
Octal 135 310 357 75 20 0 6 304 122 101
Binary 1011101 11001000 11101111 111101 10000 0 110 11000100 1010010 1000001

Color Harmonies of #5DC8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC8EF

Black with #5DC8EF

Text Example


Text Example

White with #5DC8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,200,239); }

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

background-color css

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

 a { background-color: rgb(93,200,239); }

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

border-color css

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

 span { border-color: rgb(93,200,239); }

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