#67BDEA

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

Shades of Malibu #67BDEA

Tints of Malibu #67BDEA

Color information

#67BDEA (or 0x67BDEA) is unknown color: approx Malibu. HEX triplet: 67, BD and EA. RGB value is (103,189,234). Sum of RGB (Red+Green+Blue) = 103+189+234=526 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.58% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #67BDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BDEA is #984215. Grayscale: #A8A8A8. Windows color (decimal): -9978390 or 15383911. OLE color: 15383911.

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

Color convert

RGB103189234-
CMYK0.560.1900.08
HSL200.61º75.72%66.08%-
HSV(B)200.61º55.98%91.76%-
XYZ38.6445.2284.53-
YUV168.42165.0181.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.58%
GREEN value IS 189 (74.22% from 255) = 35.93%
BLUE value IS 234 (91.80% from 255) = 44.49%
R=19.58%
G=35.93%
B=44.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1031892340.560.1900.08200.6175.7266.08
Hex67BDEA381308c94c42
Octal1472753527023010311114102
Binary1100111101111011110101011100010011010001100100110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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