#68FEF9

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

Shades of Baby Blue #68FEF9

Tints of Baby Blue #68FEF9

Color information

#68FEF9 (or 0x68FEF9) is unknown color: approx Baby Blue. HEX triplet: 68, FE and F9. RGB value is (104,254,249). Sum of RGB (Red+Green+Blue) = 104+254+249=607 (80% of max value = 765). Red value is 104 (41.02% from 255 or 17.13% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #68FEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FEF9 is #970106. Grayscale: #D0D0D0. Windows color (decimal): -9896199 or 16383592. OLE color: 16383592.

HSL color Cylindrical-coordinate representation of color #68FEF9: hue angle of 178º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FEF9 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB104254249-
CMYK0.5900.020.00
HSL178º98.68%70.2%-
HSV(B)178º59.06%99.61%-
XYZ58.2580.67102.12-
YUV208.58150.853.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.13%
GREEN value IS 254 (99.61% from 255) = 41.85%
BLUE value IS 249 (97.66% from 255) = 41.02%
R=17.13%
G=41.85%
B=41.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1042542490.5900.020.0017898.6870.2
Hex68FEF93B020b26346
Octal15037637173020262143106
Binary1101000111111101111100111101101001011001011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,254,249); }

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

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

 a { background-color: rgb(104,254,249); }

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

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

 span { border-color: rgb(104,254,249); }

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