#69BBDC

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

Shades of Malibu #69BBDC

Tints of Malibu #69BBDC

Color information

#69BBDC (or 0x69BBDC) is unknown color: approx Malibu. HEX triplet: 69, BB and DC. RGB value is (105,187,220). Sum of RGB (Red+Green+Blue) = 105+187+220=512 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.51% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #69BBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BBDC is #964423. Grayscale: #A6A6A6. Windows color (decimal): -9847844 or 14465897. OLE color: 14465897.

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

Color convert

RGB105187220-
CMYK0.520.1500.14
HSL197.22º62.16%63.73%-
HSV(B)197.22º52.27%86.27%-
XYZ36.5143.7174.22-
YUV166.24158.3384.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.51%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=20.51%
G=36.52%
B=42.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1051872200.520.1500.14197.2262.1663.73
Hex69BBDC34F0Ec53e40
Octal151273334641701630576100
Binary11010011011101111011100110100111101110110001011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,187,220); }

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

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

 a { background-color: rgb(105,187,220); }

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

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

 span { border-color: rgb(105,187,220); }

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