Html Css Color HEX #5DBCF0 Malibu

📋 copy color: '#5DBCF0'

red 93 ◦ green 188 ◦ blue 240

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

Shades of Malibu #5DBCF0

Tints of Malibu #5DBCF0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.08%

 BLUE value IS 240 (94.14% from 255) = 46.07%

R = 17.85%
G = 36.08%
B = 46.07%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5DBCF0 (or 0x5DBCF0) is known color: Malibu. HEX triplet: 5D, BC and F0. RGB value is (93,188,240). Sum of RGB (Red+Green+Blue) = 93+188+240=521 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.85% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #5DBCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBCF0 is #A2430F. Grayscale: #A5A5A5. Windows color (decimal): -10634000 or 15776861. OLE color: 15776861.

HSL color Cylindrical-coordinate representation of color #5DBCF0: hue angle of 201.22º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DBCF0 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 93 188 240 -
CMYK 0.61 0.22 0 0.06
HSL 201.22º 0.83% 0.65% -
HSV(B) 201.22º 0.61% 0.94% -
XYZ 38.23 44.58 89.03 -
YUV 165.52 170.03 76.27 -
System Red Green Blue C M Y K H S L
Decimal 93 188 240 0.61 0.22 0 0.06 201.22 0.83 0.65
Hex 5D BC F0 3D 16 0 6 C9 53 41
Octal 135 274 360 75 26 0 6 311 123 101
Binary 1011101 10111100 11110000 111101 10110 0 110 11001001 1010011 1000001

Color Harmonies of #5DBCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBCF0

Black with #5DBCF0

Text Example


Text Example

White with #5DBCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,188,240); }

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

background-color css

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

 a { background-color: rgb(93,188,240); }

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

border-color css

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

 span { border-color: rgb(93,188,240); }

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