#5BF1FC

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

Shades of Baby Blue #5BF1FC

Tints of Baby Blue #5BF1FC

Color information

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

HSL color Cylindrical-coordinate representation of color #5BF1FC: hue angle of 184.1º 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 #5BF1FC is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB91241252-
CMYK0.640.0400.01
HSL184.1º96.41%67.25%-
HSV(B)184.1º63.89%98.82%-
XYZ53.3472.16103.21-
YUV197.4158.852.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal912412520.640.0400.01184.196.4167.25
Hex5BF1FC40401b86043
Octal133361374100401270140103
Binary101101111110001111111001000000100011011100011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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