#69B9DD

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

Shades of Malibu #69B9DD

Tints of Malibu #69B9DD

Color information

#69B9DD (or 0x69B9DD) is unknown color: approx Malibu. HEX triplet: 69, B9 and DD. RGB value is (105,185,221). Sum of RGB (Red+Green+Blue) = 105+185+221=511 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.55% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #69B9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B9DD is #964622. Grayscale: #A4A4A4. Windows color (decimal): -9848355 or 14530921. OLE color: 14530921.

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

Color convert

RGB105185221-
CMYK0.520.1600.13
HSL198.62º63.04%63.92%-
HSV(B)198.62º52.49%86.67%-
XYZ36.2342.9274.78-
YUV165.18159.585.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.55%
GREEN value IS 185 (72.66% from 255) = 36.20%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=20.55%
G=36.20%
B=43.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051852210.520.1600.13198.6263.0463.92
Hex69B9DD34100Dc73f40
Octal151271335642001530777100
Binary110100110111001110111011101001000001101110001111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,185,221); }

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

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

 a { background-color: rgb(105,185,221); }

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

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

 span { border-color: rgb(105,185,221); }

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