#68BDEA

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

Shades of Malibu #68BDEA

Tints of Malibu #68BDEA

Color information

#68BDEA (or 0x68BDEA) is unknown color: approx Malibu. HEX triplet: 68, BD and EA. RGB value is (104,189,234). Sum of RGB (Red+Green+Blue) = 104+189+234=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #68BDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BDEA is #974215. Grayscale: #A8A8A8. Windows color (decimal): -9912854 or 15383912. OLE color: 15383912.

HSL color Cylindrical-coordinate representation of color #68BDEA: hue angle of 200.77º degrees, saturation: 0.76, 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 #68BDEA is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB104189234-
CMYK0.560.1900.08
HSL200.77º75.58%66.27%-
HSV(B)200.77º55.56%91.76%-
XYZ38.7645.2884.54-
YUV168.71164.8481.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.73%
GREEN value IS 189 (74.22% from 255) = 35.86%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=19.73%
G=35.86%
B=44.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1041892340.560.1900.08200.7775.5866.27
Hex68BDEA381308c94c42
Octal1502753527023010311114102
Binary1101000101111011110101011100010011010001100100110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,189,234); }

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

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

 a { background-color: rgb(104,189,234); }

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

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

 span { border-color: rgb(104,189,234); }

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