Html Css Color HEX #5DB4EA Malibu

📋 copy color: '#5DB4EA'

red 93 ◦ green 180 ◦ blue 234

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

Shades of Malibu #5DB4EA

Tints of Malibu #5DB4EA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.5%

 BLUE value IS 234 (91.8% from 255) = 46.15%

R = 18.34%
G = 35.5%
B = 46.15%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5DB4EA (or 0x5DB4EA) is known color: Malibu. HEX triplet: 5D, B4 and EA. RGB value is (93,180,234). Sum of RGB (Red+Green+Blue) = 93+180+234=507 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.34% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #5DB4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB4EA is #A24B15. Grayscale: #9F9F9F. Windows color (decimal): -10636054 or 15381597. OLE color: 15381597.

HSL color Cylindrical-coordinate representation of color #5DB4EA: hue angle of 202.98º degrees, saturation: 0.77, 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 #5DB4EA is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 180 234 -
CMYK 0.60 0.23 0 0.08
HSL 202.98º 0.77% 0.64% -
HSV(B) 202.98º 0.6% 0.92% -
XYZ 35.69 40.91 83.86 -
YUV 160.14 169.68 80.11 -
System Red Green Blue C M Y K H S L
Decimal 93 180 234 0.60 0.23 0 0.08 202.98 0.77 0.64
Hex 5D B4 EA 3C 17 0 8 CB 4D 40
Octal 135 264 352 74 27 0 10 313 115 100
Binary 1011101 10110100 11101010 111100 10111 0 1000 11001011 1001101 1000000

Color Harmonies of #5DB4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB4EA

Black with #5DB4EA

Text Example


Text Example

White with #5DB4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,180,234); }

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

background-color css

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

 a { background-color: rgb(93,180,234); }

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

border-color css

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

 span { border-color: rgb(93,180,234); }

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