#67b3d2

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

Shades of Malibu #67B3D2

Tints of Malibu #67B3D2

Color information

#67B3D2 (or 0x67B3D2) is unknown color: approx Malibu. HEX triplet: 67, B3 and D2. RGB value is (103,179,210). Sum of RGB (Red+Green+Blue) = 103+179+210=492 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.93% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #67B3D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B3D2 is #984C2D. Grayscale: #9F9F9F. Windows color (decimal): -9980974 or 13808487. OLE color: 13808487.

HSL color Cylindrical-coordinate representation of color #67B3D2: hue angle of 197.38º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67B3D2 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB103179210-
CMYK0.510.1500.18
HSL197.38º54.31%61.37%-
HSV(B)197.38º50.95%82.35%-
XYZ33.3539.7866.89-
YUV159.81156.3287.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.93%
GREEN value IS 179 (70.31% from 255) = 36.38%
BLUE value IS 210 (82.42% from 255) = 42.68%
R=20.93%
G=36.38%
B=42.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1031792100.510.1500.18197.3854.3161.37
Hex67B3D233F012c5363d
Octal14726332263170223056675
Binary11001111011001111010010110011111101001011000101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67b3d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,179,210); }

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

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

 a { background-color: rgb(103,179,210); }

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

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

 span { border-color: rgb(103,179,210); }

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