Html Css Color HEX #5DBFF1 Malibu

📋 copy color: '#5DBFF1'

red 93 ◦ green 191 ◦ blue 241

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

Shades of Malibu #5DBFF1

Tints of Malibu #5DBFF1

RGB

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

 GREEN value IS 191 (75% from 255) = 36.38%

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

R = 17.71%
G = 36.38%
B = 45.9%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5DBFF1 (or 0x5DBFF1) is known color: Malibu. HEX triplet: 5D, BF and F1. RGB value is (93,191,241). Sum of RGB (Red+Green+Blue) = 93+191+241=525 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.71% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #5DBFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBFF1 is #A2400E. Grayscale: #A7A7A7. Windows color (decimal): -10633231 or 15843165. OLE color: 15843165.

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

Color convert

RGB 93 191 241 -
CMYK 0.61 0.21 0 0.05
HSL 200.27º 0.84% 0.65% -
HSV(B) 200.27º 0.61% 0.95% -
XYZ 39.02 45.94 90.03 -
YUV 167.4 169.53 74.93 -
System Red Green Blue C M Y K H S L
Decimal 93 191 241 0.61 0.21 0 0.05 200.27 0.84 0.65
Hex 5D BF F1 3D 15 0 5 C8 54 41
Octal 135 277 361 75 25 0 5 310 124 101
Binary 1011101 10111111 11110001 111101 10101 0 101 11001000 1010100 1000001

Color Harmonies of #5DBFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBFF1

Black with #5DBFF1

Text Example


Text Example

White with #5DBFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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