#5BF6FE

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

Shades of Baby Blue #5BF6FE

Tints of Baby Blue #5BF6FE

Color information

#5BF6FE (or 0x5BF6FE) is unknown color: approx Baby Blue. HEX triplet: 5B, F6 and FE. RGB value is (91,246,254). Sum of RGB (Red+Green+Blue) = 91+246+254=591 (78% of max value = 765). Red value is 91 (35.94% from 255 or 15.40% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BF6FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF6FE is #A40901. Grayscale: #C8C8C8. Windows color (decimal): -10750210 or 16709211. OLE color: 16709211.

HSL color Cylindrical-coordinate representation of color #5BF6FE: hue angle of 182.94º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BF6FE is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB91246254-
CMYK0.640.0300.00
HSL182.94º98.79%67.65%-
HSV(B)182.94º64.17%99.61%-
XYZ55.1675.29105.39-
YUV200.57158.1549.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 15.40%
GREEN value IS 246 (96.48% from 255) = 41.62%
BLUE value IS 254 (99.61% from 255) = 42.98%
R=15.40%
G=41.62%
B=42.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal912462540.640.0300.00182.9498.7967.65
Hex5BF6FE40300b76344
Octal133366376100300267143104
Binary10110111111011011111110100000011001011011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,246,254); }

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

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

 a { background-color: rgb(91,246,254); }

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

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

 span { border-color: rgb(91,246,254); }

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