#68F1EC

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

Shades of Baby Blue #68F1EC

Tints of Baby Blue #68F1EC

Color information

#68F1EC (or 0x68F1EC) is unknown color: approx Baby Blue. HEX triplet: 68, F1 and EC. RGB value is (104,241,236). Sum of RGB (Red+Green+Blue) = 104+241+236=581 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.90% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #68F1EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F1EC is #970E13. Grayscale: #C7C7C7. Windows color (decimal): -9899540 or 15528296. OLE color: 15528296.

HSL color Cylindrical-coordinate representation of color #68F1EC: hue angle of 177.81º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F1EC is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB104241236-
CMYK0.5700.020.05
HSL177.81º83.03%67.65%-
HSV(B)177.81º56.85%94.51%-
XYZ52.371.9190.48-
YUV199.47148.6159.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.90%
GREEN value IS 241 (94.53% from 255) = 41.48%
BLUE value IS 236 (92.58% from 255) = 40.62%
R=17.90%
G=41.48%
B=40.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042412360.5700.020.05177.8183.0367.65
Hex68F1EC39025b25344
Octal15036135471025262123104
Binary110100011110001111011001110010101011011001010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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