#67C1EA

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

Shades of Malibu #67C1EA

Tints of Malibu #67C1EA

Color information

#67C1EA (or 0x67C1EA) is unknown color: approx Malibu. HEX triplet: 67, C1 and EA. RGB value is (103,193,234). Sum of RGB (Red+Green+Blue) = 103+193+234=530 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.43% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #67C1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67C1EA is #983E15. Grayscale: #AAAAAA. Windows color (decimal): -9977366 or 15384935. OLE color: 15384935.

HSL color Cylindrical-coordinate representation of color #67C1EA: hue angle of 198.78º 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 #67C1EA is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB103193234-
CMYK0.560.1800.08
HSL198.78º75.72%66.08%-
HSV(B)198.78º55.98%91.76%-
XYZ39.5146.9684.82-
YUV170.76163.6879.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.43%
GREEN value IS 193 (75.78% from 255) = 36.42%
BLUE value IS 234 (91.80% from 255) = 44.15%
R=19.43%
G=36.42%
B=44.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1031932340.560.1800.08198.7875.7266.08
Hex67C1EA381208c74c42
Octal1473013527022010307114102
Binary1100111110000011110101011100010010010001100011110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67C1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67C1EA; }

 p { color: rgb(103,193,234); }

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

<style>
 a { background-color: #67C1EA; }

 a { background-color: rgb(103,193,234); }

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

<style>
 span { border-color: #67C1EA; }

 span { border-color: rgb(103,193,234); }

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