Html Css Color HEX #5DBDEB Malibu

📋 copy color: '#5DBDEB'

red 93 ◦ green 189 ◦ blue 235

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

Shades of Malibu #5DBDEB

Tints of Malibu #5DBDEB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.56%

 BLUE value IS 235 (92.19% from 255) = 45.45%

R = 17.99%
G = 36.56%
B = 45.45%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5DBDEB (or 0x5DBDEB) is known color: Malibu. HEX triplet: 5D, BD and EB. RGB value is (93,189,235). Sum of RGB (Red+Green+Blue) = 93+189+235=517 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.99% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DBDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBDEB is #A24214. Grayscale: #A5A5A5. Windows color (decimal): -10633749 or 15449437. OLE color: 15449437.

HSL color Cylindrical-coordinate representation of color #5DBDEB: hue angle of 199.44º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DBDEB is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 189 235 -
CMYK 0.60 0.20 0 0.08
HSL 199.44º 0.78% 0.64% -
HSV(B) 199.44º 0.6% 0.92% -
XYZ 37.71 44.72 85.24 -
YUV 165.54 167.2 76.26 -
System Red Green Blue C M Y K H S L
Decimal 93 189 235 0.60 0.20 0 0.08 199.44 0.78 0.64
Hex 5D BD EB 3C 14 0 8 C7 4E 40
Octal 135 275 353 74 24 0 10 307 116 100
Binary 1011101 10111101 11101011 111100 10100 0 1000 11000111 1001110 1000000

Color Harmonies of #5DBDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBDEB

Black with #5DBDEB

Text Example


Text Example

White with #5DBDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,189,235); }

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

background-color css

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

 a { background-color: rgb(93,189,235); }

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

border-color css

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

 span { border-color: rgb(93,189,235); }

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