#69B1DE

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

Shades of Malibu #69B1DE

Tints of Malibu #69B1DE

Color information

#69B1DE (or 0x69B1DE) is unknown color: approx Malibu. HEX triplet: 69, B1 and DE. RGB value is (105,177,222). Sum of RGB (Red+Green+Blue) = 105+177+222=504 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.83% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #69B1DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B1DE is #964E21. Grayscale: #A0A0A0. Windows color (decimal): -9850402 or 14594409. OLE color: 14594409.

HSL color Cylindrical-coordinate representation of color #69B1DE: hue angle of 203.08º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69B1DE is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105177222-
CMYK0.530.2000.13
HSL203.08º63.93%64.12%-
HSV(B)203.08º52.7%87.06%-
XYZ34.7339.7274.94-
YUV160.6162.6588.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.83%
GREEN value IS 177 (69.53% from 255) = 35.12%
BLUE value IS 222 (87.11% from 255) = 44.05%
R=20.83%
G=35.12%
B=44.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051772220.530.2000.13203.0863.9364.12
Hex69B1DE35140Dcb4040
Octal1512613366524015313100100
Binary1101001101100011101111011010110100011011100101110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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