#5bf0ff

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

Shades of Baby Blue #5BF0FF

Tints of Baby Blue #5BF0FF

Color information

#5BF0FF (or 0x5BF0FF) is unknown color: approx Baby Blue. HEX triplet: 5B, F0 and FF. RGB value is (91,240,255). Sum of RGB (Red+Green+Blue) = 91+240+255=586 (77% of max value = 765). Red value is 91 (35.94% from 255 or 15.53% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #5BF0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF0FF is #A40F00. Grayscale: #C4C4C4. Windows color (decimal): -10751745 or 16773211. OLE color: 16773211.

HSL color Cylindrical-coordinate representation of color #5BF0FF: hue angle of 185.49º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BF0FF is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB91240255-
CMYK0.640.0600
HSL185.49º100%67.84%-
HSV(B)185.49º64.31%100%-
XYZ53.5271.76105.64-
YUV197.16160.6452.28-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 15.53%
GREEN value IS 240 (94.14% from 255) = 40.96%
BLUE value IS 255 (100% from 255) = 43.52%
R=15.53%
G=40.96%
B=43.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal912402550.640.0600185.4910067.84
Hex5BF0FF40600b96444
Octal133360377100600271144104
Binary101101111110000111111111000000110001011100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bf0ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,240,255); }

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

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

 a { background-color: rgb(91,240,255); }

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

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

 span { border-color: rgb(91,240,255); }

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