#68BCEB

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

Shades of Malibu #68BCEB

Tints of Malibu #68BCEB

Color information

#68BCEB (or 0x68BCEB) is unknown color: approx Malibu. HEX triplet: 68, BC and EB. RGB value is (104,188,235). Sum of RGB (Red+Green+Blue) = 104+188+235=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #68BCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BCEB is #974314. Grayscale: #A7A7A7. Windows color (decimal): -9913109 or 15449192. OLE color: 15449192.

HSL color Cylindrical-coordinate representation of color #68BCEB: hue angle of 201.53º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68BCEB is Cyan = 0.56, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB104188235-
CMYK0.560.200.08
HSL201.53º76.61%66.47%-
HSV(B)201.53º55.74%92.16%-
XYZ38.6944.9185.23-
YUV168.24165.6782.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.73%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 235 (92.19% from 255) = 44.59%
R=19.73%
G=35.67%
B=44.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1041882350.560.200.08201.5376.6166.47
Hex68BCEB381408ca4d42
Octal1502743537024010312115102
Binary1101000101111001110101111100010100010001100101010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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