#69B8D8

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

Shades of Malibu #69B8D8

Tints of Malibu #69B8D8

Color information

#69B8D8 (or 0x69B8D8) is unknown color: approx Malibu. HEX triplet: 69, B8 and D8. RGB value is (105,184,216). Sum of RGB (Red+Green+Blue) = 105+184+216=505 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.79% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #69B8D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B8D8 is #964727. Grayscale: #A3A3A3. Windows color (decimal): -9848616 or 14202985. OLE color: 14202985.

HSL color Cylindrical-coordinate representation of color #69B8D8: hue angle of 197.3º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69B8D8 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB105184216-
CMYK0.510.1500.15
HSL197.3º58.73%62.94%-
HSV(B)197.3º51.39%84.71%-
XYZ35.3642.2471.26-
YUV164.03157.3385.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.79%
GREEN value IS 184 (72.27% from 255) = 36.44%
BLUE value IS 216 (84.77% from 255) = 42.77%
R=20.79%
G=36.44%
B=42.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051842160.510.1500.15197.358.7362.94
Hex69B8D833F0Fc53b3f
Octal15127033063170173057377
Binary1101001101110001101100011001111110111111000101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,184,216); }

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

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

 a { background-color: rgb(105,184,216); }

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

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

 span { border-color: rgb(105,184,216); }

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