#69C0DE

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

Shades of Malibu #69C0DE

Tints of Malibu #69C0DE

Color information

#69C0DE (or 0x69C0DE) is unknown color: approx Malibu. HEX triplet: 69, C0 and DE. RGB value is (105,192,222). Sum of RGB (Red+Green+Blue) = 105+192+222=519 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.23% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #69C0DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C0DE is #963F21. Grayscale: #A9A9A9. Windows color (decimal): -9846562 or 14598249. OLE color: 14598249.

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

Color convert

RGB105192222-
CMYK0.530.1400.13
HSL195.38º63.93%64.12%-
HSV(B)195.38º52.7%87.06%-
XYZ37.8645.9875.99-
YUV169.41157.6882.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.23%
GREEN value IS 192 (75.39% from 255) = 36.99%
BLUE value IS 222 (87.11% from 255) = 42.77%
R=20.23%
G=36.99%
B=42.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051922220.530.1400.13195.3863.9364.12
Hex69C0DE35E0Dc34040
Octal1513003366516015303100100
Binary110100111000000110111101101011110011011100001110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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