#69B2DE

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

Shades of Malibu #69B2DE

Tints of Malibu #69B2DE

Color information

#69B2DE (or 0x69B2DE) is unknown color: approx Malibu. HEX triplet: 69, B2 and DE. RGB value is (105,178,222). Sum of RGB (Red+Green+Blue) = 105+178+222=505 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.79% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #69B2DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B2DE is #964D21. Grayscale: #A0A0A0. Windows color (decimal): -9850146 or 14594665. OLE color: 14594665.

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

Color convert

RGB105178222-
CMYK0.530.2000.13
HSL202.56º63.93%64.12%-
HSV(B)202.56º52.7%87.06%-
XYZ34.9340.1275.01-
YUV161.19162.3287.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.79%
GREEN value IS 178 (69.92% from 255) = 35.25%
BLUE value IS 222 (87.11% from 255) = 43.96%
R=20.79%
G=35.25%
B=43.96%

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
Decimal1051782220.530.2000.13202.5663.9364.12
Hex69B2DE35140Dcb4040
Octal1512623366524015313100100
Binary1101001101100101101111011010110100011011100101110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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