#68BEEE

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

Shades of Malibu #68BEEE

Tints of Malibu #68BEEE

Color information

#68BEEE (or 0x68BEEE) is unknown color: approx Malibu. HEX triplet: 68, BE and EE. RGB value is (104,190,238). Sum of RGB (Red+Green+Blue) = 104+190+238=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #68BEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BEEE is #974111. Grayscale: #A9A9A9. Windows color (decimal): -9912594 or 15646312. OLE color: 15646312.

HSL color Cylindrical-coordinate representation of color #68BEEE: hue angle of 201.49º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68BEEE is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB104190238-
CMYK0.560.2000.07
HSL201.49º79.76%67.06%-
HSV(B)201.49º56.3%93.33%-
XYZ39.5545.9487.67-
YUV169.76166.5181.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.55%
GREEN value IS 190 (74.61% from 255) = 35.71%
BLUE value IS 238 (93.36% from 255) = 44.74%
R=19.55%
G=35.71%
B=44.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1041902380.560.2000.07201.4979.7667.06
Hex68BEEE381407c95043
Octal150276356702407311120103
Binary110100010111110111011101110001010001111100100110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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