#67c0d7

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

Shades of Malibu #67C0D7

Tints of Malibu #67C0D7

Color information

#67C0D7 (or 0x67C0D7) is unknown color: approx Malibu. HEX triplet: 67, C0 and D7. RGB value is (103,192,215). Sum of RGB (Red+Green+Blue) = 103+192+215=510 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.20% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #67C0D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C0D7 is #983F28. Grayscale: #A7A7A7. Windows color (decimal): -9977641 or 14139495. OLE color: 14139495.

HSL color Cylindrical-coordinate representation of color #67C0D7: hue angle of 192.32º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67C0D7 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB103192215-
CMYK0.520.1100.16
HSL192.32º58.33%62.35%-
HSV(B)192.32º52.09%84.31%-
XYZ36.7145.4971.14-
YUV168.01154.5181.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.20%
GREEN value IS 192 (75.39% from 255) = 37.65%
BLUE value IS 215 (84.38% from 255) = 42.16%
R=20.20%
G=37.65%
B=42.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1031922150.520.1100.16192.3258.3362.35
Hex67C0D734B010c03a3e
Octal14730032764130203007276
Binary11001111100000011010111110100101101000011000000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67c0d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,192,215); }

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

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

 a { background-color: rgb(103,192,215); }

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

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

 span { border-color: rgb(103,192,215); }

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