#68BCF0

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

Shades of Malibu #68BCF0

Tints of Malibu #68BCF0

Color information

#68BCF0 (or 0x68BCF0) is unknown color: approx Malibu. HEX triplet: 68, BC and F0. RGB value is (104,188,240). Sum of RGB (Red+Green+Blue) = 104+188+240=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #68BCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BCF0 is #97430F. Grayscale: #A8A8A8. Windows color (decimal): -9913104 or 15776872. OLE color: 15776872.

HSL color Cylindrical-coordinate representation of color #68BCF0: hue angle of 202.94º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68BCF0 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB104188240-
CMYK0.570.2200.06
HSL202.94º81.93%67.45%-
HSV(B)202.94º56.67%94.12%-
XYZ39.4245.289.09-
YUV168.81168.1781.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.55%
GREEN value IS 188 (73.83% from 255) = 35.34%
BLUE value IS 240 (94.14% from 255) = 45.11%
R=19.55%
G=35.34%
B=45.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1041882400.570.2200.06202.9481.9367.45
Hex68BCF0391606cb5243
Octal150274360712606313122103
Binary110100010111100111100001110011011001101100101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,188,240); }

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

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

 a { background-color: rgb(104,188,240); }

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

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

 span { border-color: rgb(104,188,240); }

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