#5BF3EF

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

Shades of Baby Blue #5BF3EF

Tints of Baby Blue #5BF3EF

Color information

#5BF3EF (or 0x5BF3EF) is unknown color: approx Baby Blue. HEX triplet: 5B, F3 and EF. RGB value is (91,243,239). Sum of RGB (Red+Green+Blue) = 91+243+239=573 (75% of max value = 765). Red value is 91 (35.94% from 255 or 15.88% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #5BF3EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF3EF is #A40C10. Grayscale: #C4C4C4. Windows color (decimal): -10750993 or 15725403. OLE color: 15725403.

HSL color Cylindrical-coordinate representation of color #5BF3EF: hue angle of 178.42º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF3EF is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB91243239-
CMYK0.6300.020.05
HSL178.42º86.36%65.49%-
HSV(B)178.42º62.55%95.29%-
XYZ51.9472.5692.93-
YUV197.1151.6452.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 15.88%
GREEN value IS 243 (95.31% from 255) = 42.41%
BLUE value IS 239 (93.75% from 255) = 41.71%
R=15.88%
G=42.41%
B=41.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal912432390.6300.020.05178.4286.3665.49
Hex5BF3EF3F025b25641
Octal13336335777025262126101
Binary101101111110011111011111111110101011011001010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,243,239); }

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

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

 a { background-color: rgb(91,243,239); }

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

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

 span { border-color: rgb(91,243,239); }

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