#6CC5EA

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

Shades of Malibu #6CC5EA

Tints of Malibu #6CC5EA

Color information

#6CC5EA (or 0x6CC5EA) is unknown color: approx Malibu. HEX triplet: 6C, C5 and EA. RGB value is (108,197,234). Sum of RGB (Red+Green+Blue) = 108+197+234=539 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.04% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #6CC5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CC5EA is #933A15. Grayscale: #AEAEAE. Windows color (decimal): -9648662 or 15385964. OLE color: 15385964.

HSL color Cylindrical-coordinate representation of color #6CC5EA: hue angle of 197.62º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CC5EA is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB108197234-
CMYK0.540.1600.08
HSL197.62º75%67.06%-
HSV(B)197.62º53.85%91.76%-
XYZ4149.0685.15-
YUV174.61161.5180.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.04%
GREEN value IS 197 (77.34% from 255) = 36.55%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=20.04%
G=36.55%
B=43.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1081972340.540.1600.08197.627567.06
Hex6CC5EA361008c64b43
Octal1543053526620010306113103
Binary1101100110001011110101011011010000010001100011010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CC5EA; }

 p { color: rgb(108,197,234); }

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

<style>
 a { background-color: #6CC5EA; }

 a { background-color: rgb(108,197,234); }

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

<style>
 span { border-color: #6CC5EA; }

 span { border-color: rgb(108,197,234); }

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