#67BEDC

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

Shades of Malibu #67BEDC

Tints of Malibu #67BEDC

Color information

#67BEDC (or 0x67BEDC) is unknown color: approx Malibu. HEX triplet: 67, BE and DC. RGB value is (103,190,220). Sum of RGB (Red+Green+Blue) = 103+190+220=513 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.08% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #67BEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BEDC is #984123. Grayscale: #A7A7A7. Windows color (decimal): -9978148 or 14466663. OLE color: 14466663.

HSL color Cylindrical-coordinate representation of color #67BEDC: hue angle of 195.38º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67BEDC is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB103190220-
CMYK0.530.1400.14
HSL195.38º62.57%63.33%-
HSV(B)195.38º53.18%86.27%-
XYZ36.9344.8874.43-
YUV167.41157.6882.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.08%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=20.08%
G=37.04%
B=42.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1031902200.530.1400.14195.3862.5763.33
Hex67BEDC35E0Ec33f3f
Octal14727633465160163037777
Binary1100111101111101101110011010111100111011000011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,190,220); }

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

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

 a { background-color: rgb(103,190,220); }

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

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

 span { border-color: rgb(103,190,220); }

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