#69B6DE

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

Shades of Malibu #69B6DE

Tints of Malibu #69B6DE

Color information

#69B6DE (or 0x69B6DE) is unknown color: approx Malibu. HEX triplet: 69, B6 and DE. RGB value is (105,182,222). Sum of RGB (Red+Green+Blue) = 105+182+222=509 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.63% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #69B6DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B6DE is #964921. Grayscale: #A3A3A3. Windows color (decimal): -9849122 or 14595689. OLE color: 14595689.

HSL color Cylindrical-coordinate representation of color #69B6DE: hue angle of 200.51º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69B6DE is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105182222-
CMYK0.530.1800.13
HSL200.51º63.93%64.12%-
HSV(B)200.51º52.7%87.06%-
XYZ35.7441.7375.28-
YUV163.54160.9986.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.63%
GREEN value IS 182 (71.48% from 255) = 35.76%
BLUE value IS 222 (87.11% from 255) = 43.61%
R=20.63%
G=35.76%
B=43.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051822220.530.1800.13200.5163.9364.12
Hex69B6DE35120Dc94040
Octal1512663366522015311100100
Binary1101001101101101101111011010110010011011100100110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69B6DE; }

 p { color: rgb(105,182,222); }

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

<style>
 a { background-color: #69B6DE; }

 a { background-color: rgb(105,182,222); }

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

<style>
 span { border-color: #69B6DE; }

 span { border-color: rgb(105,182,222); }

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