#5BFCF1

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

Shades of Baby Blue #5BFCF1

Tints of Baby Blue #5BFCF1

Color information

#5BFCF1 (or 0x5BFCF1) is unknown color: approx Baby Blue. HEX triplet: 5B, FC and F1. RGB value is (91,252,241). Sum of RGB (Red+Green+Blue) = 91+252+241=584 (77% of max value = 765). Red value is 91 (35.94% from 255 or 15.58% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFCF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFCF1 is #A4030E. Grayscale: #CACACA. Windows color (decimal): -10748687 or 15858779. OLE color: 15858779.

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

Color convert

RGB91252241-
CMYK0.6400.040.01
HSL175.9º96.41%67.25%-
HSV(B)175.9º63.89%98.82%-
XYZ5578.295.41-
YUV202.61149.6648.39-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 15.58%
GREEN value IS 252 (98.83% from 255) = 43.15%
BLUE value IS 241 (94.53% from 255) = 41.27%
R=15.58%
G=43.15%
B=41.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal912522410.6400.040.01175.996.4167.25
Hex5BFCF140041b06043
Octal133374361100041260140103
Binary101101111111100111100011000000010011011000011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BFCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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