#68FBF9

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

Shades of Baby Blue #68FBF9

Tints of Baby Blue #68FBF9

Color information

#68FBF9 (or 0x68FBF9) is unknown color: approx Baby Blue. HEX triplet: 68, FB and F9. RGB value is (104,251,249). Sum of RGB (Red+Green+Blue) = 104+251+249=604 (80% of max value = 765). Red value is 104 (41.02% from 255 or 17.22% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FBF9 is #970406. Grayscale: #CECECE. Windows color (decimal): -9896967 or 16382824. OLE color: 16382824.

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

Color convert

RGB104251249-
CMYK0.5900.010.02
HSL179.18º94.84%69.61%-
HSV(B)179.18º58.57%98.43%-
XYZ57.378.78101.81-
YUV206.82151.854.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.22%
GREEN value IS 251 (98.44% from 255) = 41.56%
BLUE value IS 249 (97.66% from 255) = 41.23%
R=17.22%
G=41.56%
B=41.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1042512490.5900.010.02179.1894.8469.61
Hex68FBF93B012b35f46
Octal15037337173012263137106
Binary1101000111110111111100111101101101011001110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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