#69B0DB

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

Shades of Malibu #69B0DB

Tints of Malibu #69B0DB

Color information

#69B0DB (or 0x69B0DB) is unknown color: approx Malibu. HEX triplet: 69, B0 and DB. RGB value is (105,176,219). Sum of RGB (Red+Green+Blue) = 105+176+219=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #69B0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B0DB is #964F24. Grayscale: #9F9F9F. Windows color (decimal): -9850661 or 14397545. OLE color: 14397545.

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

Color convert

RGB105176219-
CMYK0.520.2000.14
HSL202.63º61.29%63.53%-
HSV(B)202.63º52.05%85.88%-
XYZ34.1439.1772.78-
YUV159.67161.4889-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21%
GREEN value IS 176 (69.14% from 255) = 35.2%
BLUE value IS 219 (85.94% from 255) = 43.8%
R=21%
G=35.2%
B=43.8%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1051762190.520.2000.14202.6361.2963.53
Hex69B0DB34140Ecb3d40
Octal151260333642401631375100
Binary110100110110000110110111101001010001110110010111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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