Html Css Color HEX #5DB2F1 Malibu

📋 copy color: '#5DB2F1'

red 93 ◦ green 178 ◦ blue 241

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

Shades of Malibu #5DB2F1

Tints of Malibu #5DB2F1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.77%

 BLUE value IS 241 (94.53% from 255) = 47.07%

R = 18.16%
G = 34.77%
B = 47.07%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5DB2F1 (or 0x5DB2F1) is known color: Malibu. HEX triplet: 5D, B2 and F1. RGB value is (93,178,241). Sum of RGB (Red+Green+Blue) = 93+178+241=512 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.16% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #5DB2F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DB2F1 is #A24D0E. Grayscale: #9F9F9F. Windows color (decimal): -10636559 or 15839837. OLE color: 15839837.

HSL color Cylindrical-coordinate representation of color #5DB2F1: hue angle of 205.54º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DB2F1 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 93 178 241 -
CMYK 0.61 0.26 0 0.05
HSL 205.54º 0.84% 0.65% -
HSV(B) 205.54º 0.61% 0.95% -
XYZ 36.31 40.52 89.13 -
YUV 159.77 173.84 80.38 -
System Red Green Blue C M Y K H S L
Decimal 93 178 241 0.61 0.26 0 0.05 205.54 0.84 0.65
Hex 5D B2 F1 3D 1A 0 5 CE 54 41
Octal 135 262 361 75 32 0 5 316 124 101
Binary 1011101 10110010 11110001 111101 11010 0 101 11001110 1010100 1000001

Color Harmonies of #5DB2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB2F1

Black with #5DB2F1

Text Example


Text Example

White with #5DB2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,178,241); }

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

background-color css

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

 a { background-color: rgb(93,178,241); }

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

border-color css

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

 span { border-color: rgb(93,178,241); }

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