#68FBFA

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

Shades of Baby Blue #68FBFA

Tints of Baby Blue #68FBFA

Color information

#68FBFA (or 0x68FBFA) is unknown color: approx Baby Blue. HEX triplet: 68, FB and FA. RGB value is (104,251,250). Sum of RGB (Red+Green+Blue) = 104+251+250=605 (80% of max value = 765). Red value is 104 (41.02% from 255 or 17.19% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FBFA is #970405. Grayscale: #CECECE. Windows color (decimal): -9896966 or 16448360. OLE color: 16448360.

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

Color convert

RGB104251250-
CMYK0.5900.000.02
HSL179.59º94.84%69.61%-
HSV(B)179.59º58.57%98.43%-
XYZ57.4678.84102.63-
YUV206.93152.354.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.19%
GREEN value IS 251 (98.44% from 255) = 41.49%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=17.19%
G=41.49%
B=41.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1042512500.5900.000.02179.5994.8469.61
Hex68FBFA3B002b45f46
Octal15037337273002264137106
Binary1101000111110111111101011101100101011010010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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