#68F3F4

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

Shades of Baby Blue #68F3F4

Tints of Baby Blue #68F3F4

Color information

#68F3F4 (or 0x68F3F4) is unknown color: approx Baby Blue. HEX triplet: 68, F3 and F4. RGB value is (104,243,244). Sum of RGB (Red+Green+Blue) = 104+243+244=591 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.60% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 244 (95.70% from 255 or 41.29% from 591); Max value from RGB is 244 - color contains mainly: blue. Hex color #68F3F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F3F4 is #970C0B. Grayscale: #C9C9C9. Windows color (decimal): -9899020 or 16053096. OLE color: 16053096.

HSL color Cylindrical-coordinate representation of color #68F3F4: hue angle of 180.43º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F3F4 is Cyan = 0.57, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB104243244-
CMYK0.570.0000.04
HSL180.43º86.42%68.24%-
HSV(B)180.43º57.38%95.69%-
XYZ54.0973.5896.94-
YUV201.55151.9558.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.60%
GREEN value IS 243 (95.31% from 255) = 41.12%
BLUE value IS 244 (95.70% from 255) = 41.29%
R=17.60%
G=41.12%
B=41.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042432440.570.0000.04180.4386.4268.24
Hex68F3F439004b45644
Octal15036336471004264126104
Binary11010001111001111110100111001001001011010010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F3F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,243,244); }

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

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

 a { background-color: rgb(104,243,244); }

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

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

 span { border-color: rgb(104,243,244); }

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