#5BEBFB

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

Shades of Baby Blue #5BEBFB

Tints of Baby Blue #5BEBFB

Color information

#5BEBFB (or 0x5BEBFB) is unknown color: approx Baby Blue. HEX triplet: 5B, EB and FB. RGB value is (91,235,251). Sum of RGB (Red+Green+Blue) = 91+235+251=577 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.77% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #5BEBFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEBFB is #A41404. Grayscale: #C1C1C1. Windows color (decimal): -10753029 or 16509787. OLE color: 16509787.

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

Color convert

RGB91235251-
CMYK0.640.0600.02
HSL186º95.24%67.06%-
HSV(B)186º63.75%98.43%-
XYZ51.4468.61101.8-
YUV193.77160.2954.7-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 15.77%
GREEN value IS 235 (92.19% from 255) = 40.73%
BLUE value IS 251 (98.44% from 255) = 43.50%
R=15.77%
G=40.73%
B=43.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal912352510.640.0600.0218695.2467.06
Hex5BEBFB40602ba5f43
Octal133353373100602272137103
Binary1011011111010111111101110000001100101011101010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BEBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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