#68EAFD

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

Shades of Baby Blue #68EAFD

Tints of Baby Blue #68EAFD

Color information

#68EAFD (or 0x68EAFD) is unknown color: approx Baby Blue. HEX triplet: 68, EA and FD. RGB value is (104,234,253). Sum of RGB (Red+Green+Blue) = 104+234+253=591 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.60% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #68EAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EAFD is #971502. Grayscale: #C5C5C5. Windows color (decimal): -9901315 or 16640616. OLE color: 16640616.

HSL color Cylindrical-coordinate representation of color #68EAFD: hue angle of 187.65º degrees, saturation: 0.97, 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 #68EAFD is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB104234253-
CMYK0.590.0800.01
HSL187.65º97.39%70%-
HSV(B)187.65º58.89%99.22%-
XYZ52.8668.88103.44-
YUV197.3159.4361.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.60%
GREEN value IS 234 (91.80% from 255) = 39.59%
BLUE value IS 253 (99.22% from 255) = 42.81%
R=17.60%
G=39.59%
B=42.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1042342530.590.0800.01187.6597.3970
Hex68EAFD3B801bc6146
Octal150352375731001274141106
Binary110100011101010111111011110111000011011110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,234,253); }

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

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

 a { background-color: rgb(104,234,253); }

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

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

 span { border-color: rgb(104,234,253); }

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