#67BCF0

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

Shades of Malibu #67BCF0

Tints of Malibu #67BCF0

Color information

#67BCF0 (or 0x67BCF0) is unknown color: approx Malibu. HEX triplet: 67, BC and F0. RGB value is (103,188,240). Sum of RGB (Red+Green+Blue) = 103+188+240=531 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.40% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #67BCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BCF0 is #98430F. Grayscale: #A8A8A8. Windows color (decimal): -9978640 or 15776871. OLE color: 15776871.

HSL color Cylindrical-coordinate representation of color #67BCF0: hue angle of 202.77º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67BCF0 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB103188240-
CMYK0.570.2200.06
HSL202.77º82.04%67.25%-
HSV(B)202.77º57.08%94.12%-
XYZ39.345.1489.08-
YUV168.51168.3481.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.40%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 240 (94.14% from 255) = 45.20%
R=19.40%
G=35.40%
B=45.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1031882400.570.2200.06202.7782.0467.25
Hex67BCF0391606cb5243
Octal147274360712606313122103
Binary110011110111100111100001110011011001101100101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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