#67B4EA

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

Shades of Malibu #67B4EA

Tints of Malibu #67B4EA

Color information

#67B4EA (or 0x67B4EA) is unknown color: approx Malibu. HEX triplet: 67, B4 and EA. RGB value is (103,180,234). Sum of RGB (Red+Green+Blue) = 103+180+234=517 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.92% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #67B4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67B4EA is #984B15. Grayscale: #A2A2A2. Windows color (decimal): -9980694 or 15381607. OLE color: 15381607.

HSL color Cylindrical-coordinate representation of color #67B4EA: hue angle of 204.73º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67B4EA is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB103180234-
CMYK0.560.2300.08
HSL204.73º75.72%66.08%-
HSV(B)204.73º55.98%91.76%-
XYZ36.7741.4783.91-
YUV163.13167.9985.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.92%
GREEN value IS 180 (70.70% from 255) = 34.82%
BLUE value IS 234 (91.80% from 255) = 45.26%
R=19.92%
G=34.82%
B=45.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1031802340.560.2300.08204.7375.7266.08
Hex67B4EA381708cd4c42
Octal1472643527027010315114102
Binary1100111101101001110101011100010111010001100110110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,180,234); }

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

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

 a { background-color: rgb(103,180,234); }

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

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

 span { border-color: rgb(103,180,234); }

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