#68F4F3

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

Shades of Baby Blue #68F4F3

Tints of Baby Blue #68F4F3

Color information

#68F4F3 (or 0x68F4F3) is unknown color: approx Baby Blue. HEX triplet: 68, F4 and F3. RGB value is (104,244,243). Sum of RGB (Red+Green+Blue) = 104+244+243=591 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.60% from 591); Green value is 244 (95.70% from 255 or 41.29% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 244 - color contains mainly: green. Hex color #68F4F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F4F3 is #970B0C. Grayscale: #C9C9C9. Windows color (decimal): -9898765 or 15987816. OLE color: 15987816.

HSL color Cylindrical-coordinate representation of color #68F4F3: hue angle of 179.57º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F4F3 is Cyan = 0.57, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB104244243-
CMYK0.5700.000.04
HSL179.57º86.42%68.24%-
HSV(B)179.57º57.38%95.69%-
XYZ54.2474.1296.24-
YUV202.03151.1258.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.60%
GREEN value IS 244 (95.70% from 255) = 41.29%
BLUE value IS 243 (95.31% from 255) = 41.12%
R=17.60%
G=41.29%
B=41.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042442430.5700.000.04179.5786.4268.24
Hex68F4F339004b45644
Octal15036436371004264126104
Binary11010001111010011110011111001001001011010010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68F4F3; }

 p { color: rgb(104,244,243); }

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

<style>
 a { background-color: #68F4F3; }

 a { background-color: rgb(104,244,243); }

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

<style>
 span { border-color: #68F4F3; }

 span { border-color: rgb(104,244,243); }

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