#68F5FF

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

Shades of Baby Blue #68F5FF

Tints of Baby Blue #68F5FF

Color information

#68F5FF (or 0x68F5FF) is unknown color: approx Baby Blue. HEX triplet: 68, F5 and FF. RGB value is (104,245,255). Sum of RGB (Red+Green+Blue) = 104+245+255=604 (80% of max value = 765). Red value is 104 (41.02% from 255 or 17.22% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #68F5FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F5FF is #970A00. Grayscale: #CBCBCB. Windows color (decimal): -9898497 or 16774504. OLE color: 16774504.

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

Color convert

RGB104245255-
CMYK0.590.0400
HSL183.97º100%70.39%-
HSV(B)183.97º59.22%100%-
XYZ56.4175.47106.2-
YUV203.98156.7956.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.22%
GREEN value IS 245 (96.09% from 255) = 40.56%
BLUE value IS 255 (100% from 255) = 42.22%
R=17.22%
G=40.56%
B=42.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1042452550.590.0400183.9710070.39
Hex68F5FF3B400b86446
Octal15036537773400270144106
Binary11010001111010111111111111011100001011100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,245,255); }

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

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

 a { background-color: rgb(104,245,255); }

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

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

 span { border-color: rgb(104,245,255); }

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