#5BFDF4

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

Shades of Baby Blue #5BFDF4

Tints of Baby Blue #5BFDF4

Color information

#5BFDF4 (or 0x5BFDF4) is unknown color: approx Baby Blue. HEX triplet: 5B, FD and F4. RGB value is (91,253,244). Sum of RGB (Red+Green+Blue) = 91+253+244=588 (77% of max value = 765). Red value is 91 (35.94% from 255 or 15.48% from 588); Green value is 253 (99.22% from 255 or 43.03% from 588); Blue value is 244 (95.70% from 255 or 41.50% from 588); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFDF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFDF4 is #A4020B. Grayscale: #CBCBCB. Windows color (decimal): -10748428 or 16055643. OLE color: 16055643.

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

Color convert

RGB91253244-
CMYK0.6400.040.01
HSL176.67º97.59%67.45%-
HSV(B)176.67º64.03%99.22%-
XYZ55.7779.0197.9-
YUV203.54150.8347.73-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 15.48%
GREEN value IS 253 (99.22% from 255) = 43.03%
BLUE value IS 244 (95.70% from 255) = 41.50%
R=15.48%
G=43.03%
B=41.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal912532440.6400.040.01176.6797.5967.45
Hex5BFDF440041b16243
Octal133375364100041261142103
Binary101101111111101111101001000000010011011000111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BFDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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