#5BF0FC

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

Shades of Baby Blue #5BF0FC

Tints of Baby Blue #5BF0FC

Color information

#5BF0FC (or 0x5BF0FC) is unknown color: approx Baby Blue. HEX triplet: 5B, F0 and FC. RGB value is (91,240,252). Sum of RGB (Red+Green+Blue) = 91+240+252=583 (77% of max value = 765). Red value is 91 (35.94% from 255 or 15.61% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BF0FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF0FC is #A40F03. Grayscale: #C4C4C4. Windows color (decimal): -10751748 or 16576603. OLE color: 16576603.

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

Color convert

RGB91240252-
CMYK0.640.0500.01
HSL184.47º96.41%67.25%-
HSV(B)184.47º63.89%98.82%-
XYZ53.0571.57103.11-
YUV196.82159.1452.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 15.61%
GREEN value IS 240 (94.14% from 255) = 41.17%
BLUE value IS 252 (98.83% from 255) = 43.22%
R=15.61%
G=41.17%
B=43.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal912402520.640.0500.01184.4796.4167.25
Hex5BF0FC40501b86043
Octal133360374100501270140103
Binary101101111110000111111001000000101011011100011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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