#68F6F1

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

Shades of Baby Blue #68F6F1

Tints of Baby Blue #68F6F1

Color information

#68F6F1 (or 0x68F6F1) is unknown color: approx Baby Blue. HEX triplet: 68, F6 and F1. RGB value is (104,246,241). Sum of RGB (Red+Green+Blue) = 104+246+241=591 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.60% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 246 - color contains mainly: green. Hex color #68F6F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F6F1 is #97090E. Grayscale: #CACACA. Windows color (decimal): -9898255 or 15857256. OLE color: 15857256.

HSL color Cylindrical-coordinate representation of color #68F6F1: hue angle of 177.89º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F6F1 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB104246241-
CMYK0.5800.020.04
HSL177.89º88.75%68.63%-
HSV(B)177.89º57.72%96.47%-
XYZ54.5475.2194.86-
YUV202.97149.4657.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.60%
GREEN value IS 246 (96.48% from 255) = 41.62%
BLUE value IS 241 (94.53% from 255) = 40.78%
R=17.60%
G=41.62%
B=40.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042462410.5800.020.04177.8988.7568.63
Hex68F6F13A024b25945
Octal15036636172024262131105
Binary110100011110110111100011110100101001011001010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,246,241); }

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

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

 a { background-color: rgb(104,246,241); }

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

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

 span { border-color: rgb(104,246,241); }

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