#5EEBFB

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

Shades of Baby Blue #5EEBFB

Tints of Baby Blue #5EEBFB

Color information

#5EEBFB (or 0x5EEBFB) is unknown color: approx Baby Blue. HEX triplet: 5E, EB and FB. RGB value is (94,235,251). Sum of RGB (Red+Green+Blue) = 94+235+251=580 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.21% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #5EEBFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEBFB is #A11404. Grayscale: #C2C2C2. Windows color (decimal): -10556421 or 16509790. OLE color: 16509790.

HSL color Cylindrical-coordinate representation of color #5EEBFB: hue angle of 186.11º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EEBFB is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB94235251-
CMYK0.630.0600.02
HSL186.11º95.15%67.65%-
HSV(B)186.11º62.55%98.43%-
XYZ51.7468.76101.81-
YUV194.66159.7956.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.21%
GREEN value IS 235 (92.19% from 255) = 40.52%
BLUE value IS 251 (98.44% from 255) = 43.28%
R=16.21%
G=40.52%
B=43.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal942352510.630.0600.02186.1195.1567.65
Hex5EEBFB3F602ba5f44
Octal13635337377602272137104
Binary101111011101011111110111111111100101011101010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EEBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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