#5BFEE0

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

Shades of Baby Blue #5BFEE0

Tints of Baby Blue #5BFEE0

Color information

#5BFEE0 (or 0x5BFEE0) is unknown color: approx Baby Blue. HEX triplet: 5B, FE and E0. RGB value is (91,254,224). Sum of RGB (Red+Green+Blue) = 91+254+224=569 (75% of max value = 765). Red value is 91 (35.94% from 255 or 15.99% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFEE0 is #A4011F. Grayscale: #C9C9C9. Windows color (decimal): -10748192 or 14745179. OLE color: 14745179.

HSL color Cylindrical-coordinate representation of color #5BFEE0: hue angle of 168.96º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFEE0 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB91254224-
CMYK0.6400.120.00
HSL168.96º98.79%67.65%-
HSV(B)168.96º64.17%99.61%-
XYZ53.2178.4982.87-
YUV201.84140.548.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 15.99%
GREEN value IS 254 (99.61% from 255) = 44.64%
BLUE value IS 224 (87.89% from 255) = 39.37%
R=15.99%
G=44.64%
B=39.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal912542240.6400.120.00168.9698.7967.65
Hex5BFEE0400C0a96344
Octal1333763401000140251143104
Binary1011011111111101110000010000000110001010100111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BFEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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