#5BF1FA

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

Shades of Baby Blue #5BF1FA

Tints of Baby Blue #5BF1FA

Color information

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

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

Color convert

RGB91241250-
CMYK0.640.0400.02
HSL183.4º94.08%66.86%-
HSV(B)183.4º63.6%98.04%-
XYZ53.0372.04101.55-
YUV197.18157.852.27-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal912412500.640.0400.02183.494.0866.86
Hex5BF1FA40402b75e43
Octal133361372100402267136103
Binary1011011111100011111101010000001000101011011110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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