#5BF8FB

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

Shades of Baby Blue #5BF8FB

Tints of Baby Blue #5BF8FB

Color information

#5BF8FB (or 0x5BF8FB) is unknown color: approx Baby Blue. HEX triplet: 5B, F8 and FB. RGB value is (91,248,251). Sum of RGB (Red+Green+Blue) = 91+248+251=590 (78% of max value = 765). Red value is 91 (35.94% from 255 or 15.42% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #5BF8FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF8FB is #A40704. Grayscale: #C9C9C9. Windows color (decimal): -10749701 or 16513115. OLE color: 16513115.

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

Color convert

RGB91248251-
CMYK0.640.0100.02
HSL181.12º95.24%67.06%-
HSV(B)181.12º63.75%98.43%-
XYZ55.2976.32103.08-
YUV201.4155.9949.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 15.42%
GREEN value IS 248 (97.27% from 255) = 42.03%
BLUE value IS 251 (98.44% from 255) = 42.54%
R=15.42%
G=42.03%
B=42.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal912482510.640.0100.02181.1295.2467.06
Hex5BF8FB40102b55f43
Octal133370373100102265137103
Binary10110111111100011111011100000010101011010110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,248,251); }

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

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

 a { background-color: rgb(91,248,251); }

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

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

 span { border-color: rgb(91,248,251); }

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