#5CF1F3

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

Shades of Baby Blue #5CF1F3

Tints of Baby Blue #5CF1F3

Color information

#5CF1F3 (or 0x5CF1F3) is unknown color: approx Baby Blue. HEX triplet: 5C, F1 and F3. RGB value is (92,241,243). Sum of RGB (Red+Green+Blue) = 92+241+243=576 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.97% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #5CF1F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF1F3 is #A30E0C. Grayscale: #C4C4C4. Windows color (decimal): -10685965 or 15987036. OLE color: 15987036.

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

Color convert

RGB92241243-
CMYK0.620.0100.05
HSL180.79º86.29%65.69%-
HSV(B)180.79º62.14%95.29%-
XYZ52.0571.6695.88-
YUV196.68154.1453.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 15.97%
GREEN value IS 241 (94.53% from 255) = 41.84%
BLUE value IS 243 (95.31% from 255) = 42.19%
R=15.97%
G=41.84%
B=42.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal922412430.620.0100.05180.7986.2965.69
Hex5CF1F33E105b55642
Octal13436136376105265126102
Binary10111001111000111110011111110101011011010110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,241,243); }

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

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

 a { background-color: rgb(92,241,243); }

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

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

 span { border-color: rgb(92,241,243); }

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