#5BFBEB

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

Shades of Baby Blue #5BFBEB

Tints of Baby Blue #5BFBEB

Color information

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

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

Color convert

RGB91251235-
CMYK0.6400.060.02
HSL174º95.24%67.06%-
HSV(B)174º63.75%98.43%-
XYZ53.8177.2290.67-
YUV201.34146.9949.3-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal912512350.6400.060.0217495.2467.06
Hex5BFBEB40062ae5f43
Octal133373353100062256137103
Binary1011011111110111110101110000000110101010111010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BFBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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