#5BFAE2

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

Shades of Baby Blue #5BFAE2

Tints of Baby Blue #5BFAE2

Color information

#5BFAE2 (or 0x5BFAE2) is unknown color: approx Baby Blue. HEX triplet: 5B, FA and E2. RGB value is (91,250,226). Sum of RGB (Red+Green+Blue) = 91+250+226=567 (75% of max value = 765). Red value is 91 (35.94% from 255 or 16.05% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 226 (88.67% from 255 or 39.86% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFAE2 is #A4051D. Grayscale: #C7C7C7. Windows color (decimal): -10749214 or 14875227. OLE color: 14875227.

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

Color convert

RGB91250226-
CMYK0.6400.100.02
HSL170.94º94.08%66.86%-
HSV(B)170.94º63.6%98.04%-
XYZ52.2376.0983.88-
YUV199.72142.8250.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.05%
GREEN value IS 250 (98.05% from 255) = 44.09%
BLUE value IS 226 (88.67% from 255) = 39.86%
R=16.05%
G=44.09%
B=39.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal912502260.6400.100.02170.9494.0866.86
Hex5BFAE2400A2ab5e43
Octal1333723421000122253136103
Binary10110111111101011100010100000001010101010101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BFAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,250,226); }

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

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

 a { background-color: rgb(91,250,226); }

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

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

 span { border-color: rgb(91,250,226); }

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