#69B1DB

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

Shades of Malibu #69B1DB

Tints of Malibu #69B1DB

Color information

#69B1DB (or 0x69B1DB) is unknown color: approx Malibu. HEX triplet: 69, B1 and DB. RGB value is (105,177,219). Sum of RGB (Red+Green+Blue) = 105+177+219=501 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.96% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #69B1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B1DB is #964E24. Grayscale: #A0A0A0. Windows color (decimal): -9850405 or 14397801. OLE color: 14397801.

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

Color convert

RGB105177219-
CMYK0.520.1900.14
HSL202.11º61.29%63.53%-
HSV(B)202.11º52.05%85.88%-
XYZ34.3339.5672.84-
YUV160.26161.1588.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.96%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 219 (85.94% from 255) = 43.71%
R=20.96%
G=35.33%
B=43.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1051772190.520.1900.14202.1161.2963.53
Hex69B1DB34130Eca3d40
Octal151261333642301631275100
Binary110100110110001110110111101001001101110110010101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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