#5BFAF1

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

Shades of Baby Blue #5BFAF1

Tints of Baby Blue #5BFAF1

Color information

#5BFAF1 (or 0x5BFAF1) is unknown color: approx Baby Blue. HEX triplet: 5B, FA and F1. RGB value is (91,250,241). Sum of RGB (Red+Green+Blue) = 91+250+241=582 (77% of max value = 765). Red value is 91 (35.94% from 255 or 15.64% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFAF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFAF1 is #A4050E. Grayscale: #C9C9C9. Windows color (decimal): -10749199 or 15858267. OLE color: 15858267.

HSL color Cylindrical-coordinate representation of color #5BFAF1: hue angle of 176.6º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFAF1 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB91250241-
CMYK0.6400.040.02
HSL176.6º94.08%66.86%-
HSV(B)176.6º63.6%98.04%-
XYZ54.3876.9595.21-
YUV201.43150.3249.23-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 15.64%
GREEN value IS 250 (98.05% from 255) = 42.96%
BLUE value IS 241 (94.53% from 255) = 41.41%
R=15.64%
G=42.96%
B=41.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal912502410.6400.040.02176.694.0866.86
Hex5BFAF140042b15e43
Octal133372361100042261136103
Binary1011011111110101111000110000000100101011000110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BFAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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