#5CF2F3

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

Shades of Baby Blue #5CF2F3

Tints of Baby Blue #5CF2F3

Color information

#5CF2F3 (or 0x5CF2F3) is unknown color: approx Baby Blue. HEX triplet: 5C, F2 and F3. RGB value is (92,242,243). Sum of RGB (Red+Green+Blue) = 92+242+243=577 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.94% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 243 (95.31% from 255 or 42.11% from 577); Max value from RGB is 243 - color contains mainly: blue. Hex color #5CF2F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF2F3 is #A30D0C. Grayscale: #C5C5C5. Windows color (decimal): -10685709 or 15987292. OLE color: 15987292.

HSL color Cylindrical-coordinate representation of color #5CF2F3: hue angle of 180.4º 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 #5CF2F3 is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB92242243-
CMYK0.620.0000.05
HSL180.4º86.29%65.69%-
HSV(B)180.4º62.14%95.29%-
XYZ52.3472.2595.98-
YUV197.26153.852.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 15.94%
GREEN value IS 242 (94.92% from 255) = 41.94%
BLUE value IS 243 (95.31% from 255) = 42.11%
R=15.94%
G=41.94%
B=42.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal922422430.620.0000.05180.486.2965.69
Hex5CF2F33E005b45642
Octal13436236376005264126102
Binary10111001111001011110011111110001011011010010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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