#69BDDB

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

Shades of Malibu #69BDDB

Tints of Malibu #69BDDB

Color information

#69BDDB (or 0x69BDDB) is unknown color: approx Malibu. HEX triplet: 69, BD and DB. RGB value is (105,189,219). Sum of RGB (Red+Green+Blue) = 105+189+219=513 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.47% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #69BDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BDDB is #964224. Grayscale: #A7A7A7. Windows color (decimal): -9847333 or 14400873. OLE color: 14400873.

HSL color Cylindrical-coordinate representation of color #69BDDB: hue angle of 195.79º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69BDDB is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB105189219-
CMYK0.520.1400.14
HSL195.79º61.29%63.53%-
HSV(B)195.79º52.05%85.88%-
XYZ36.8144.5173.67-
YUV167.3157.1783.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.47%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 219 (85.94% from 255) = 42.69%
R=20.47%
G=36.84%
B=42.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1051892190.520.1400.14195.7961.2963.53
Hex69BDDB34E0Ec43d40
Octal151275333641601630475100
Binary11010011011110111011011110100111001110110001001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,189,219); }

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

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

 a { background-color: rgb(105,189,219); }

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

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

 span { border-color: rgb(105,189,219); }

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