#69B6DD

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

Shades of Malibu #69B6DD

Tints of Malibu #69B6DD

Color information

#69B6DD (or 0x69B6DD) is unknown color: approx Malibu. HEX triplet: 69, B6 and DD. RGB value is (105,182,221). Sum of RGB (Red+Green+Blue) = 105+182+221=508 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.67% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #69B6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B6DD is #964922. Grayscale: #A3A3A3. Windows color (decimal): -9849123 or 14530153. OLE color: 14530153.

HSL color Cylindrical-coordinate representation of color #69B6DD: hue angle of 200.17º 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 #69B6DD is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105182221-
CMYK0.520.1800.13
HSL200.17º63.04%63.92%-
HSV(B)200.17º52.49%86.67%-
XYZ35.641.6874.58-
YUV163.42160.4986.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.67%
GREEN value IS 182 (71.48% from 255) = 35.83%
BLUE value IS 221 (86.72% from 255) = 43.50%
R=20.67%
G=35.83%
B=43.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051822210.520.1800.13200.1763.0463.92
Hex69B6DD34120Dc83f40
Octal151266335642201531077100
Binary110100110110110110111011101001001001101110010001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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