#68FAED

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

Shades of Baby Blue #68FAED

Tints of Baby Blue #68FAED

Color information

#68FAED (or 0x68FAED) is unknown color: approx Baby Blue. HEX triplet: 68, FA and ED. RGB value is (104,250,237). Sum of RGB (Red+Green+Blue) = 104+250+237=591 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.60% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FAED is #970512. Grayscale: #CCCCCC. Windows color (decimal): -9897235 or 15596136. OLE color: 15596136.

HSL color Cylindrical-coordinate representation of color #68FAED: hue angle of 174.66º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68FAED is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB104250237-
CMYK0.5800.050.02
HSL174.66º93.59%69.41%-
HSV(B)174.66º58.4%98.04%-
XYZ55.1877.4392.16-
YUV204.86146.1356.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.60%
GREEN value IS 250 (98.05% from 255) = 42.30%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=17.60%
G=42.30%
B=40.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1042502370.5800.050.02174.6693.5969.41
Hex68FAED3A052af5e45
Octal15037235572052257136105
Binary110100011111010111011011110100101101010111110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,250,237); }

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

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

 a { background-color: rgb(104,250,237); }

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

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

 span { border-color: rgb(104,250,237); }

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