#69B4D8

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

Shades of Malibu #69B4D8

Tints of Malibu #69B4D8

Color information

#69B4D8 (or 0x69B4D8) is unknown color: approx Malibu. HEX triplet: 69, B4 and D8. RGB value is (105,180,216). Sum of RGB (Red+Green+Blue) = 105+180+216=501 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.96% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #69B4D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B4D8 is #964B27. Grayscale: #A1A1A1. Windows color (decimal): -9849640 or 14201961. OLE color: 14201961.

HSL color Cylindrical-coordinate representation of color #69B4D8: hue angle of 199.46º 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 #69B4D8 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB105180216-
CMYK0.510.1700.15
HSL199.46º58.73%62.94%-
HSV(B)199.46º51.39%84.71%-
XYZ34.5440.670.98-
YUV161.68158.6587.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.96%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 216 (84.77% from 255) = 43.11%
R=20.96%
G=35.93%
B=43.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051802160.510.1700.15199.4658.7362.94
Hex69B4D833110Fc73b3f
Octal15126433063210173077377
Binary11010011011010011011000110011100010111111000111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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