#69C5DE

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

Shades of Malibu #69C5DE

Tints of Malibu #69C5DE

Color information

#69C5DE (or 0x69C5DE) is unknown color: approx Malibu. HEX triplet: 69, C5 and DE. RGB value is (105,197,222). Sum of RGB (Red+Green+Blue) = 105+197+222=524 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.04% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #69C5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C5DE is #963A21. Grayscale: #ACACAC. Windows color (decimal): -9845282 or 14599529. OLE color: 14599529.

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

Color convert

RGB105197222-
CMYK0.530.1100.13
HSL192.82º63.93%64.12%-
HSV(B)192.82º52.7%87.06%-
XYZ38.9848.2176.36-
YUV172.34156.0279.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.04%
GREEN value IS 197 (77.34% from 255) = 37.60%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=20.04%
G=37.60%
B=42.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051972220.530.1100.13192.8263.9364.12
Hex69C5DE35B0Dc14040
Octal1513053366513015301100100
Binary110100111000101110111101101011011011011100000110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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