#68FCF2

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

Shades of Baby Blue #68FCF2

Tints of Baby Blue #68FCF2

Color information

#68FCF2 (or 0x68FCF2) is unknown color: approx Baby Blue. HEX triplet: 68, FC and F2. RGB value is (104,252,242). Sum of RGB (Red+Green+Blue) = 104+252+242=598 (79% of max value = 765). Red value is 104 (41.02% from 255 or 17.39% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FCF2 is #97030D. Grayscale: #CECECE. Windows color (decimal): -9896718 or 15924328. OLE color: 15924328.

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

Color convert

RGB104252242-
CMYK0.5900.040.01
HSL175.95º96.1%69.8%-
HSV(B)175.95º58.73%98.82%-
XYZ56.5578.9796.27-
YUV206.61147.9754.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.39%
GREEN value IS 252 (98.83% from 255) = 42.14%
BLUE value IS 242 (94.92% from 255) = 40.47%
R=17.39%
G=42.14%
B=40.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1042522420.5900.040.01175.9596.169.8
Hex68FCF23B041b06046
Octal15037436273041260140106
Binary11010001111110011110010111011010011011000011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,252,242); }

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

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

 a { background-color: rgb(104,252,242); }

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

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

 span { border-color: rgb(104,252,242); }

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