#68B1F1

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

Shades of Malibu #68B1F1

Tints of Malibu #68B1F1

Color information

#68B1F1 (or 0x68B1F1) is unknown color: approx Malibu. HEX triplet: 68, B1 and F1. RGB value is (104,177,241). Sum of RGB (Red+Green+Blue) = 104+177+241=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #68B1F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68B1F1 is #974E0E. Grayscale: #A2A2A2. Windows color (decimal): -9915919 or 15839592. OLE color: 15839592.

HSL color Cylindrical-coordinate representation of color #68B1F1: hue angle of 208.03º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68B1F1 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104177241-
CMYK0.570.2700.05
HSL208.03º83.03%67.65%-
HSV(B)208.03º56.85%94.51%-
XYZ37.3140.7489.12-
YUV162.47172.3286.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.92%
GREEN value IS 177 (69.53% from 255) = 33.91%
BLUE value IS 241 (94.53% from 255) = 46.17%
R=19.92%
G=33.91%
B=46.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1041772410.570.2700.05208.0383.0367.65
Hex68B1F1391B05d05344
Octal150261361713305320123104
Binary110100010110001111100011110011101101011101000010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,177,241); }

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

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

 a { background-color: rgb(104,177,241); }

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

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

 span { border-color: rgb(104,177,241); }

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