#68F2E8

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

Shades of Baby Blue #68F2E8

Tints of Baby Blue #68F2E8

Color information

#68F2E8 (or 0x68F2E8) is unknown color: approx Baby Blue. HEX triplet: 68, F2 and E8. RGB value is (104,242,232). Sum of RGB (Red+Green+Blue) = 104+242+232=578 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.99% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 232 (91.02% from 255 or 40.14% from 578); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F2E8 is #970D17. Grayscale: #C7C7C7. Windows color (decimal): -9899288 or 15266408. OLE color: 15266408.

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

Color convert

RGB104242232-
CMYK0.5700.040.05
HSL175.65º84.15%67.84%-
HSV(B)175.65º57.02%94.9%-
XYZ52.0372.2787.55-
YUV199.6146.2859.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.99%
GREEN value IS 242 (94.92% from 255) = 41.87%
BLUE value IS 232 (91.02% from 255) = 40.14%
R=17.99%
G=41.87%
B=40.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042422320.5700.040.05175.6584.1567.84
Hex68F2E839045b05444
Octal15036235071045260124104
Binary1101000111100101110100011100101001011011000010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,242,232); }

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

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

 a { background-color: rgb(104,242,232); }

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

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

 span { border-color: rgb(104,242,232); }

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