#67BAD4

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

Shades of Malibu #67BAD4

Tints of Malibu #67BAD4

Color information

#67BAD4 (or 0x67BAD4) is unknown color: approx Malibu. HEX triplet: 67, BA and D4. RGB value is (103,186,212). Sum of RGB (Red+Green+Blue) = 103+186+212=501 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.56% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 212 - color contains mainly: blue. Hex color #67BAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BAD4 is #98452B. Grayscale: #A3A3A3. Windows color (decimal): -9979180 or 13941351. OLE color: 13941351.

HSL color Cylindrical-coordinate representation of color #67BAD4: hue angle of 194.31º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67BAD4 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB103186212-
CMYK0.510.1200.17
HSL194.31º55.9%61.76%-
HSV(B)194.31º51.42%83.14%-
XYZ35.0442.7568.69-
YUV164.1515584.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.56%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 212 (83.20% from 255) = 42.32%
R=20.56%
G=37.13%
B=42.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1031862120.510.1200.17194.3155.961.76
Hex67BAD433C011c2383e
Octal14727232463140213027076
Binary11001111011101011010100110011110001000111000010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,186,212); }

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

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

 a { background-color: rgb(103,186,212); }

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

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

 span { border-color: rgb(103,186,212); }

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