#68FEFF

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

Shades of Baby Blue #68FEFF

Tints of Baby Blue #68FEFF

Color information

#68FEFF (or 0x68FEFF) is unknown color: approx Baby Blue. HEX triplet: 68, FE and FF. RGB value is (104,254,255). Sum of RGB (Red+Green+Blue) = 104+254+255=613 (81% of max value = 765). Red value is 104 (41.02% from 255 or 16.97% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #68FEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FEFF is #970100. Grayscale: #D1D1D1. Windows color (decimal): -9896193 or 16776808. OLE color: 16776808.

HSL color Cylindrical-coordinate representation of color #68FEFF: hue angle of 180.4º 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 #68FEFF is Cyan = 0.59, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB104254255-
CMYK0.590.0000
HSL180.4º100%70.39%-
HSV(B)180.4º59.22%100%-
XYZ59.281.05107.13-
YUV209.26153.852.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 16.97%
GREEN value IS 254 (99.61% from 255) = 41.44%
BLUE value IS 255 (100% from 255) = 41.60%
R=16.97%
G=41.44%
B=41.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1042542550.590.0000180.410070.39
Hex68FEFF3B000b46446
Octal15037637773000264144106
Binary110100011111110111111111110110001011010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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