#5BFDE0

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

Shades of Baby Blue #5BFDE0

Tints of Baby Blue #5BFDE0

Color information

#5BFDE0 (or 0x5BFDE0) is unknown color: approx Baby Blue. HEX triplet: 5B, FD and E0. RGB value is (91,253,224). Sum of RGB (Red+Green+Blue) = 91+253+224=568 (75% of max value = 765). Red value is 91 (35.94% from 255 or 16.02% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFDE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFDE0 is #A4021F. Grayscale: #C9C9C9. Windows color (decimal): -10748448 or 14744923. OLE color: 14744923.

HSL color Cylindrical-coordinate representation of color #5BFDE0: hue angle of 169.26º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFDE0 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB91253224-
CMYK0.6400.110.01
HSL169.26º97.59%67.45%-
HSV(B)169.26º64.03%99.22%-
XYZ52.8977.8682.76-
YUV201.26140.8349.36-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.02%
GREEN value IS 253 (99.22% from 255) = 44.54%
BLUE value IS 224 (87.89% from 255) = 39.44%
R=16.02%
G=44.54%
B=39.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal912532240.6400.110.01169.2697.5967.45
Hex5BFDE0400B1a96243
Octal1333753401000131251142103
Binary1011011111111011110000010000000101111010100111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BFDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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