Html Css Color HEX #5DBEDD Malibu

📋 copy color: '#5DBEDD'

red 93 ◦ green 190 ◦ blue 221

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

Shades of Malibu #5DBEDD

Tints of Malibu #5DBEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 18.45%
G = 37.7%
B = 43.85%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5DBEDD (or 0x5DBEDD) is known color: Malibu. HEX triplet: 5D, BE and DD. RGB value is (93,190,221). Sum of RGB (Red+Green+Blue) = 93+190+221=504 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.45% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #5DBEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBEDD is #A24122. Grayscale: #A4A4A4. Windows color (decimal): -10633507 or 14532189. OLE color: 14532189.

HSL color Cylindrical-coordinate representation of color #5DBEDD: hue angle of 194.53º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DBEDD is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 190 221 -
CMYK 0.58 0.14 0 0.13
HSL 194.53º 0.65% 0.62% -
HSV(B) 194.53º 0.58% 0.87% -
XYZ 35.98 44.37 75.08 -
YUV 164.53 159.86 76.98 -
System Red Green Blue C M Y K H S L
Decimal 93 190 221 0.58 0.14 0 0.13 194.53 0.65 0.62
Hex 5D BE DD 3A E 0 D C3 41 3E
Octal 135 276 335 72 16 0 15 303 101 76
Binary 1011101 10111110 11011101 111010 1110 0 1101 11000011 1000001 111110

Color Harmonies of #5DBEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBEDD

Black with #5DBEDD

Text Example


Text Example

White with #5DBEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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