#5BFAE0

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

Shades of Baby Blue #5BFAE0

Tints of Baby Blue #5BFAE0

Color information

#5BFAE0 (or 0x5BFAE0) is unknown color: approx Baby Blue. HEX triplet: 5B, FA and E0. RGB value is (91,250,224). Sum of RGB (Red+Green+Blue) = 91+250+224=565 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.11% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFAE0 is #A4051F. Grayscale: #C7C7C7. Windows color (decimal): -10749216 or 14744155. OLE color: 14744155.

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

Color convert

RGB91250224-
CMYK0.6400.100.02
HSL170.19º94.08%66.86%-
HSV(B)170.19º63.6%98.04%-
XYZ51.9575.9882.45-
YUV199.5141.8250.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.11%
GREEN value IS 250 (98.05% from 255) = 44.25%
BLUE value IS 224 (87.89% from 255) = 39.65%
R=16.11%
G=44.25%
B=39.65%

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
Decimal912502240.6400.100.02170.1994.0866.86
Hex5BFAE0400A2aa5e43
Octal1333723401000122252136103
Binary10110111111101011100000100000001010101010101010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BFAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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