#69BFDC

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

Shades of Malibu #69BFDC

Tints of Malibu #69BFDC

Color information

#69BFDC (or 0x69BFDC) is unknown color: approx Malibu. HEX triplet: 69, BF and DC. RGB value is (105,191,220). Sum of RGB (Red+Green+Blue) = 105+191+220=516 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.35% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #69BFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BFDC is #964023. Grayscale: #A8A8A8. Windows color (decimal): -9846820 or 14466921. OLE color: 14466921.

HSL color Cylindrical-coordinate representation of color #69BFDC: hue angle of 195.13º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69BFDC is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB105191220-
CMYK0.520.1300.14
HSL195.13º62.16%63.73%-
HSV(B)195.13º52.27%86.27%-
XYZ37.3745.4374.51-
YUV168.59157.0182.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.35%
GREEN value IS 191 (75% from 255) = 37.02%
BLUE value IS 220 (86.33% from 255) = 42.64%
R=20.35%
G=37.02%
B=42.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1051912200.520.1300.14195.1362.1663.73
Hex69BFDC34D0Ec33e40
Octal151277334641501630376100
Binary11010011011111111011100110100110101110110000111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,191,220); }

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

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

 a { background-color: rgb(105,191,220); }

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

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

 span { border-color: rgb(105,191,220); }

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