#5BF4F1

Color #5BF4F1 Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #5BF4F1

Tints of Baby Blue #5BF4F1

Color information

#5BF4F1 (or 0x5BF4F1) is unknown color: approx Baby Blue. HEX triplet: 5B, F4 and F1. RGB value is (91,244,241). Sum of RGB (Red+Green+Blue) = 91+244+241=576 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.80% from 576); Green value is 244 (95.70% from 255 or 42.36% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 244 - color contains mainly: green. Hex color #5BF4F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF4F1 is #A40B0E. Grayscale: #C5C5C5. Windows color (decimal): -10750735 or 15856731. OLE color: 15856731.

HSL color Cylindrical-coordinate representation of color #5BF4F1: hue angle of 178.82º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF4F1 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB91244241-
CMYK0.6300.010.04
HSL178.82º87.43%65.69%-
HSV(B)178.82º62.7%95.69%-
XYZ52.5473.2894.59-
YUV197.91152.3151.74-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 15.80%
GREEN value IS 244 (95.70% from 255) = 42.36%
BLUE value IS 241 (94.53% from 255) = 41.84%
R=15.80%
G=42.36%
B=41.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal912442410.6300.010.04178.8287.4365.69
Hex5BF4F13F014b35742
Octal13336436177014263127102
Binary10110111111010011110001111111011001011001110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5BF4F1;
 }
 .AnyTagClassName
 {
   color: #5BF4F1;
 }
</style>
background-color css

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

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

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

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

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

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