#68FAEB

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

Shades of Baby Blue #68FAEB

Tints of Baby Blue #68FAEB

Color information

#68FAEB (or 0x68FAEB) is unknown color: approx Baby Blue. HEX triplet: 68, FA and EB. RGB value is (104,250,235). Sum of RGB (Red+Green+Blue) = 104+250+235=589 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.66% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FAEB is #970514. Grayscale: #CCCCCC. Windows color (decimal): -9897237 or 15465064. OLE color: 15465064.

HSL color Cylindrical-coordinate representation of color #68FAEB: hue angle of 173.84º 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 #68FAEB is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB104250235-
CMYK0.5800.060.02
HSL173.84º93.59%69.41%-
HSV(B)173.84º58.4%98.04%-
XYZ54.8977.3190.63-
YUV204.64145.1356.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.66%
GREEN value IS 250 (98.05% from 255) = 42.44%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=17.66%
G=42.44%
B=39.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1042502350.5800.060.02173.8493.5969.41
Hex68FAEB3A062ae5e45
Octal15037235372062256136105
Binary110100011111010111010111110100110101010111010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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