#68F6EE

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

Shades of Baby Blue #68F6EE

Tints of Baby Blue #68F6EE

Color information

#68F6EE (or 0x68F6EE) is unknown color: approx Baby Blue. HEX triplet: 68, F6 and EE. RGB value is (104,246,238). Sum of RGB (Red+Green+Blue) = 104+246+238=588 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.69% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #68F6EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F6EE is #970911. Grayscale: #CACACA. Windows color (decimal): -9898258 or 15660648. OLE color: 15660648.

HSL color Cylindrical-coordinate representation of color #68F6EE: hue angle of 176.62º 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 #68F6EE is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB104246238-
CMYK0.5800.030.04
HSL176.62º88.75%68.63%-
HSV(B)176.62º57.72%96.47%-
XYZ54.175.0392.52-
YUV202.63147.9657.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.69%
GREEN value IS 246 (96.48% from 255) = 41.84%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=17.69%
G=41.84%
B=40.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042462380.5800.030.04176.6288.7568.63
Hex68F6EE3A034b15945
Octal15036635672034261131105
Binary110100011110110111011101110100111001011000110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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