#68F0F1

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

Shades of Baby Blue #68F0F1

Tints of Baby Blue #68F0F1

Color information

#68F0F1 (or 0x68F0F1) is unknown color: approx Baby Blue. HEX triplet: 68, F0 and F1. RGB value is (104,240,241). Sum of RGB (Red+Green+Blue) = 104+240+241=585 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.78% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #68F0F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F0F1 is #970F0E. Grayscale: #C7C7C7. Windows color (decimal): -9899791 or 15855720. OLE color: 15855720.

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

Color convert

RGB104240241-
CMYK0.570.0000.05
HSL180.44º83.03%67.65%-
HSV(B)180.44º56.85%94.51%-
XYZ52.7571.6194.26-
YUV199.45151.4459.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.78%
GREEN value IS 240 (94.14% from 255) = 41.03%
BLUE value IS 241 (94.53% from 255) = 41.20%
R=17.78%
G=41.03%
B=41.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042402410.570.0000.05180.4483.0367.65
Hex68F0F139005b45344
Octal15036036171005264123104
Binary11010001111000011110001111001001011011010010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,240,241); }

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

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

 a { background-color: rgb(104,240,241); }

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

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

 span { border-color: rgb(104,240,241); }

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