#67BBF0

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

Shades of Malibu #67BBF0

Tints of Malibu #67BBF0

Color information

#67BBF0 (or 0x67BBF0) is unknown color: approx Malibu. HEX triplet: 67, BB and F0. RGB value is (103,187,240). Sum of RGB (Red+Green+Blue) = 103+187+240=530 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.43% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #67BBF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BBF0 is #98440F. Grayscale: #A7A7A7. Windows color (decimal): -9978896 or 15776615. OLE color: 15776615.

HSL color Cylindrical-coordinate representation of color #67BBF0: hue angle of 203.21º 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 #67BBF0 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB103187240-
CMYK0.570.2200.06
HSL203.21º82.04%67.25%-
HSV(B)203.21º57.08%94.12%-
XYZ39.0944.7289.01-
YUV167.93168.6781.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.43%
GREEN value IS 187 (73.44% from 255) = 35.28%
BLUE value IS 240 (94.14% from 255) = 45.28%
R=19.43%
G=35.28%
B=45.28%

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
Decimal1031872400.570.2200.06203.2182.0467.25
Hex67BBF0391606cb5243
Octal147273360712606313122103
Binary110011110111011111100001110011011001101100101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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