#67B8EA

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

Shades of Malibu #67B8EA

Tints of Malibu #67B8EA

Color information

#67B8EA (or 0x67B8EA) is unknown color: approx Malibu. HEX triplet: 67, B8 and EA. RGB value is (103,184,234). Sum of RGB (Red+Green+Blue) = 103+184+234=521 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.77% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #67B8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67B8EA is #984715. Grayscale: #A5A5A5. Windows color (decimal): -9979670 or 15382631. OLE color: 15382631.

HSL color Cylindrical-coordinate representation of color #67B8EA: hue angle of 202.9º 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 #67B8EA is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB103184234-
CMYK0.560.2100.08
HSL202.9º75.72%66.08%-
HSV(B)202.9º55.98%91.76%-
XYZ37.5943.1184.18-
YUV165.48166.6683.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.77%
GREEN value IS 184 (72.27% from 255) = 35.32%
BLUE value IS 234 (91.80% from 255) = 44.91%
R=19.77%
G=35.32%
B=44.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1031842340.560.2100.08202.975.7266.08
Hex67B8EA381508cb4c42
Octal1472703527025010313114102
Binary1100111101110001110101011100010101010001100101110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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