#69B1DD

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

Shades of Malibu #69B1DD

Tints of Malibu #69B1DD

Color information

#69B1DD (or 0x69B1DD) is unknown color: approx Malibu. HEX triplet: 69, B1 and DD. RGB value is (105,177,221). Sum of RGB (Red+Green+Blue) = 105+177+221=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #69B1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B1DD is #964E22. Grayscale: #A0A0A0. Windows color (decimal): -9850403 or 14528873. OLE color: 14528873.

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

Color convert

RGB105177221-
CMYK0.520.2000.13
HSL202.76º63.04%63.92%-
HSV(B)202.76º52.49%86.67%-
XYZ34.639.6774.24-
YUV160.49162.1588.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.87%
GREEN value IS 177 (69.53% from 255) = 35.19%
BLUE value IS 221 (86.72% from 255) = 43.94%
R=20.87%
G=35.19%
B=43.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051772210.520.2000.13202.7663.0463.92
Hex69B1DD34140Dcb3f40
Octal151261335642401531377100
Binary110100110110001110111011101001010001101110010111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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