#68f3ed

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

Shades of Baby Blue #68F3ED

Tints of Baby Blue #68F3ED

Color information

#68F3ED (or 0x68F3ED) is unknown color: approx Baby Blue. HEX triplet: 68, F3 and ED. RGB value is (104,243,237). Sum of RGB (Red+Green+Blue) = 104+243+237=584 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.81% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #68F3ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F3ED is #970C12. Grayscale: #C8C8C8. Windows color (decimal): -9899027 or 15594344. OLE color: 15594344.

HSL color Cylindrical-coordinate representation of color #68F3ED: hue angle of 177.41º degrees, saturation: 0.85, 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 #68F3ED is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB104243237-
CMYK0.5700.020.05
HSL177.41º85.28%68.04%-
HSV(B)177.41º57.2%95.29%-
XYZ53.0573.1691.45-
YUV200.76148.4558.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.81%
GREEN value IS 243 (95.31% from 255) = 41.61%
BLUE value IS 237 (92.97% from 255) = 40.58%
R=17.81%
G=41.61%
B=40.58%

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
Decimal1042432370.5700.020.05177.4185.2868.04
Hex68F3ED39025b15544
Octal15036335571025261125104
Binary110100011110011111011011110010101011011000110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68f3ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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