Html Css Color HEX #5BC3F1 Malibu

📋 copy color: '#5BC3F1'

red 91 ◦ green 195 ◦ blue 241

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

Shades of Malibu #5BC3F1

Tints of Malibu #5BC3F1

RGB

 RED value IS 91 (35.94% from 255) = 17.27%

 GREEN value IS 195 (76.56% from 255) = 37%

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

R = 17.27%
G = 37%
B = 45.73%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5BC3F1 (or 0x5BC3F1) is known color: Malibu. HEX triplet: 5B, C3 and F1. RGB value is (91,195,241). Sum of RGB (Red+Green+Blue) = 91+195+241=527 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.27% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #5BC3F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC3F1 is #A43C0E. Grayscale: #A8A8A8. Windows color (decimal): -10763279 or 15844187. OLE color: 15844187.

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

Color convert

RGB 91 195 241 -
CMYK 0.62 0.19 0 0.05
HSL 198.4º 0.84% 0.65% -
HSV(B) 198.4º 0.62% 0.95% -
XYZ 39.71 47.61 90.32 -
YUV 169.15 168.54 72.26 -
System Red Green Blue C M Y K H S L
Decimal 91 195 241 0.62 0.19 0 0.05 198.4 0.84 0.65
Hex 5B C3 F1 3E 13 0 5 C6 54 41
Octal 133 303 361 76 23 0 5 306 124 101
Binary 1011011 11000011 11110001 111110 10011 0 101 11000110 1010100 1000001

Color Harmonies of #5BC3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC3F1

Black with #5BC3F1

Text Example


Text Example

White with #5BC3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,195,241); }

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

background-color css

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

 a { background-color: rgb(91,195,241); }

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

border-color css

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

 span { border-color: rgb(91,195,241); }

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