Html Css Color HEX #5DBBEE Malibu

📋 copy color: '#5DBBEE'

red 93 ◦ green 187 ◦ blue 238

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

Shades of Malibu #5DBBEE

Tints of Malibu #5DBBEE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.1%

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

R = 17.95%
G = 36.1%
B = 45.95%

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

#5DBBEE (or 0x5DBBEE) is known color: Malibu. HEX triplet: 5D, BB and EE. RGB value is (93,187,238). Sum of RGB (Red+Green+Blue) = 93+187+238=518 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.95% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #5DBBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBBEE is #A24411. Grayscale: #A4A4A4. Windows color (decimal): -10634258 or 15645533. OLE color: 15645533.

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

Color convert

RGB 93 187 238 -
CMYK 0.61 0.21 0 0.07
HSL 201.1º 0.81% 0.65% -
HSV(B) 201.1º 0.61% 0.93% -
XYZ 37.72 44.04 87.4 -
YUV 164.71 169.36 76.85 -
System Red Green Blue C M Y K H S L
Decimal 93 187 238 0.61 0.21 0 0.07 201.1 0.81 0.65
Hex 5D BB EE 3D 15 0 7 C9 51 41
Octal 135 273 356 75 25 0 7 311 121 101
Binary 1011101 10111011 11101110 111101 10101 0 111 11001001 1010001 1000001

Color Harmonies of #5DBBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBBEE

Black with #5DBBEE

Text Example


Text Example

White with #5DBBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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