Html Css Color HEX #5DBCED Malibu

📋 copy color: '#5DBCED'

red 93 ◦ green 188 ◦ blue 237

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

Shades of Malibu #5DBCED

Tints of Malibu #5DBCED

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.29%

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 17.95%
G = 36.29%
B = 45.75%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5DBCED (or 0x5DBCED) is known color: Malibu. HEX triplet: 5D, BC and ED. RGB value is (93,188,237). Sum of RGB (Red+Green+Blue) = 93+188+237=518 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.95% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #5DBCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBCED is #A24312. Grayscale: #A4A4A4. Windows color (decimal): -10634003 or 15580253. OLE color: 15580253.

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

Color convert

RGB 93 188 237 -
CMYK 0.61 0.21 0 0.07
HSL 200.42º 0.8% 0.65% -
HSV(B) 200.42º 0.61% 0.93% -
XYZ 37.78 44.41 86.7 -
YUV 165.18 168.53 76.52 -
System Red Green Blue C M Y K H S L
Decimal 93 188 237 0.61 0.21 0 0.07 200.42 0.8 0.65
Hex 5D BC ED 3D 15 0 7 C8 50 41
Octal 135 274 355 75 25 0 7 310 120 101
Binary 1011101 10111100 11101101 111101 10101 0 111 11001000 1010000 1000001

Color Harmonies of #5DBCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBCED

Black with #5DBCED

Text Example


Text Example

White with #5DBCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,188,237); }

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

background-color css

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

 a { background-color: rgb(93,188,237); }

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

border-color css

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

 span { border-color: rgb(93,188,237); }

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