#67BCDC

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

Shades of Malibu #67BCDC

Tints of Malibu #67BCDC

Color information

#67BCDC (or 0x67BCDC) is unknown color: approx Malibu. HEX triplet: 67, BC and DC. RGB value is (103,188,220). Sum of RGB (Red+Green+Blue) = 103+188+220=511 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.16% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #67BCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BCDC is #984323. Grayscale: #A6A6A6. Windows color (decimal): -9978660 or 14466151. OLE color: 14466151.

HSL color Cylindrical-coordinate representation of color #67BCDC: hue angle of 196.41º 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 #67BCDC is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB103188220-
CMYK0.530.1500.14
HSL196.41º62.57%63.33%-
HSV(B)196.41º53.18%86.27%-
XYZ36.544.0274.28-
YUV166.23158.3482.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.16%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 220 (86.33% from 255) = 43.05%
R=20.16%
G=36.79%
B=43.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1031882200.530.1500.14196.4162.5763.33
Hex67BCDC35F0Ec43f3f
Octal14727433465170163047777
Binary1100111101111001101110011010111110111011000100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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