#68BEDA

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

Shades of Malibu #68BEDA

Tints of Malibu #68BEDA

Color information

#68BEDA (or 0x68BEDA) is unknown color: approx Malibu. HEX triplet: 68, BE and DA. RGB value is (104,190,218). Sum of RGB (Red+Green+Blue) = 104+190+218=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #68BEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BEDA is #974125. Grayscale: #A7A7A7. Windows color (decimal): -9912614 or 14335592. OLE color: 14335592.

HSL color Cylindrical-coordinate representation of color #68BEDA: hue angle of 194.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68BEDA is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB104190218-
CMYK0.520.1300.15
HSL194.74º60.64%63.14%-
HSV(B)194.74º52.29%85.49%-
XYZ36.7844.8373.04-
YUV167.48156.5182.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.31%
GREEN value IS 190 (74.61% from 255) = 37.11%
BLUE value IS 218 (85.55% from 255) = 42.58%
R=20.31%
G=37.11%
B=42.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1041902180.520.1300.15194.7460.6463.14
Hex68BEDA34D0Fc33d3f
Octal15027633264150173037577
Binary1101000101111101101101011010011010111111000011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,190,218); }

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

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

 a { background-color: rgb(104,190,218); }

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

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

 span { border-color: rgb(104,190,218); }

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