#68EEF6

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

Shades of Baby Blue #68EEF6

Tints of Baby Blue #68EEF6

Color information

#68EEF6 (or 0x68EEF6) is unknown color: approx Baby Blue. HEX triplet: 68, EE and F6. RGB value is (104,238,246). Sum of RGB (Red+Green+Blue) = 104+238+246=588 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.69% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 246 (96.48% from 255 or 41.84% from 588); Max value from RGB is 246 - color contains mainly: blue. Hex color #68EEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EEF6 is #971109. Grayscale: #C6C6C6. Windows color (decimal): -9900298 or 16182888. OLE color: 16182888.

HSL color Cylindrical-coordinate representation of color #68EEF6: hue angle of 183.38º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68EEF6 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB104238246-
CMYK0.580.0300.04
HSL183.38º88.75%68.63%-
HSV(B)183.38º57.72%96.47%-
XYZ52.9270.7598.06-
YUV198.85154.6160.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.69%
GREEN value IS 238 (93.36% from 255) = 40.48%
BLUE value IS 246 (96.48% from 255) = 41.84%
R=17.69%
G=40.48%
B=41.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042382460.580.0300.04183.3888.7568.63
Hex68EEF63A304b75945
Octal15035636672304267131105
Binary110100011101110111101101110101101001011011110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,238,246); }

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

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

 a { background-color: rgb(104,238,246); }

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

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

 span { border-color: rgb(104,238,246); }

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