#69BFDD

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

Shades of Malibu #69BFDD

Tints of Malibu #69BFDD

Color information

#69BFDD (or 0x69BFDD) is unknown color: approx Malibu. HEX triplet: 69, BF and DD. RGB value is (105,191,221). Sum of RGB (Red+Green+Blue) = 105+191+221=517 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.31% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #69BFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BFDD is #964022. Grayscale: #A8A8A8. Windows color (decimal): -9846819 or 14532457. OLE color: 14532457.

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

Color convert

RGB105191221-
CMYK0.520.1400.13
HSL195.52º63.04%63.92%-
HSV(B)195.52º52.49%86.67%-
XYZ37.5145.4975.21-
YUV168.71157.5182.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.31%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=20.31%
G=36.94%
B=42.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051912210.520.1400.13195.5263.0463.92
Hex69BFDD34E0Dc43f40
Octal151277335641601530477100
Binary11010011011111111011101110100111001101110001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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