#68FBF5

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

Shades of Baby Blue #68FBF5

Tints of Baby Blue #68FBF5

Color information

#68FBF5 (or 0x68FBF5) is unknown color: approx Baby Blue. HEX triplet: 68, FB and F5. RGB value is (104,251,245). Sum of RGB (Red+Green+Blue) = 104+251+245=600 (79% of max value = 765). Red value is 104 (41.02% from 255 or 17.33% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 245 (96.09% from 255 or 40.83% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FBF5 is #97040A. Grayscale: #CECECE. Windows color (decimal): -9896971 or 16120680. OLE color: 16120680.

HSL color Cylindrical-coordinate representation of color #68FBF5: hue angle of 177.55º 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 #68FBF5 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB104251245-
CMYK0.5900.020.02
HSL177.55º94.84%69.61%-
HSV(B)177.55º58.57%98.43%-
XYZ56.6978.5398.56-
YUV206.36149.854.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.33%
GREEN value IS 251 (98.44% from 255) = 41.83%
BLUE value IS 245 (96.09% from 255) = 40.83%
R=17.33%
G=41.83%
B=40.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1042512450.5900.020.02177.5594.8469.61
Hex68FBF53B022b25f46
Octal15037336573022262137106
Binary11010001111101111110101111011010101011001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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