Html Css Color HEX #5DB3EE Malibu

📋 copy color: '#5DB3EE'

red 93 ◦ green 179 ◦ blue 238

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

Shades of Malibu #5DB3EE

Tints of Malibu #5DB3EE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.1%

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

R = 18.24%
G = 35.1%
B = 46.67%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5DB3EE (or 0x5DB3EE) is known color: Malibu. HEX triplet: 5D, B3 and EE. RGB value is (93,179,238). Sum of RGB (Red+Green+Blue) = 93+179+238=510 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.24% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #5DB3EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB3EE is #A24C11. Grayscale: #9F9F9F. Windows color (decimal): -10636306 or 15643485. OLE color: 15643485.

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

Color convert

RGB 93 179 238 -
CMYK 0.61 0.25 0 0.07
HSL 204.41º 0.81% 0.65% -
HSV(B) 204.41º 0.61% 0.93% -
XYZ 36.07 40.74 86.85 -
YUV 160.01 172.01 80.2 -
System Red Green Blue C M Y K H S L
Decimal 93 179 238 0.61 0.25 0 0.07 204.41 0.81 0.65
Hex 5D B3 EE 3D 19 0 7 CC 51 41
Octal 135 263 356 75 31 0 7 314 121 101
Binary 1011101 10110011 11101110 111101 11001 0 111 11001100 1010001 1000001

Color Harmonies of #5DB3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB3EE

Black with #5DB3EE

Text Example


Text Example

White with #5DB3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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