#5BF4F5

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

Shades of Baby Blue #5BF4F5

Tints of Baby Blue #5BF4F5

Color information

#5BF4F5 (or 0x5BF4F5) is unknown color: approx Baby Blue. HEX triplet: 5B, F4 and F5. RGB value is (91,244,245). Sum of RGB (Red+Green+Blue) = 91+244+245=580 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.69% from 580); Green value is 244 (95.70% from 255 or 42.07% from 580); Blue value is 245 (96.09% from 255 or 42.24% from 580); Max value from RGB is 245 - color contains mainly: blue. Hex color #5BF4F5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF4F5 is #A40B0A. Grayscale: #C6C6C6. Windows color (decimal): -10750731 or 16118875. OLE color: 16118875.

HSL color Cylindrical-coordinate representation of color #5BF4F5: hue angle of 180.39º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF4F5 is Cyan = 0.63, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB91244245-
CMYK0.630.0000.04
HSL180.39º88.51%65.88%-
HSV(B)180.39º62.86%96.08%-
XYZ53.1573.5297.78-
YUV198.37154.3151.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 15.69%
GREEN value IS 244 (95.70% from 255) = 42.07%
BLUE value IS 245 (96.09% from 255) = 42.24%
R=15.69%
G=42.07%
B=42.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal912442450.630.0000.04180.3988.5165.88
Hex5BF4F53F004b45942
Octal13336436577004264131102
Binary10110111111010011110101111111001001011010010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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