#69C5D7

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

Shades of Malibu #69C5D7

Tints of Malibu #69C5D7

Color information

#69C5D7 (or 0x69C5D7) is unknown color: approx Malibu. HEX triplet: 69, C5 and D7. RGB value is (105,197,215). Sum of RGB (Red+Green+Blue) = 105+197+215=517 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.31% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #69C5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C5D7 is #963A28. Grayscale: #ABABAB. Windows color (decimal): -9845289 or 14140777. OLE color: 14140777.

HSL color Cylindrical-coordinate representation of color #69C5D7: hue angle of 189.82º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69C5D7 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB105197215-
CMYK0.510.0800.16
HSL189.82º57.89%62.75%-
HSV(B)189.82º51.16%84.31%-
XYZ38.0647.8471.52-
YUV171.54152.5280.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.31%
GREEN value IS 197 (77.34% from 255) = 38.10%
BLUE value IS 215 (84.38% from 255) = 41.59%
R=20.31%
G=38.10%
B=41.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1051972150.510.0800.16189.8257.8962.75
Hex69C5D7338010be3a3f
Octal15130532763100202767277
Binary11010011100010111010111110011100001000010111110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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