#69B3EC

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

Shades of Malibu #69B3EC

Tints of Malibu #69B3EC

Color information

#69B3EC (or 0x69B3EC) is unknown color: approx Malibu. HEX triplet: 69, B3 and EC. RGB value is (105,179,236). Sum of RGB (Red+Green+Blue) = 105+179+236=520 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.19% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #69B3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B3EC is #964C13. Grayscale: #A3A3A3. Windows color (decimal): -9849876 or 15512425. OLE color: 15512425.

HSL color Cylindrical-coordinate representation of color #69B3EC: hue angle of 206.11º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69B3EC is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB105179236-
CMYK0.560.2400.07
HSL206.11º77.51%66.86%-
HSV(B)206.11º55.51%92.55%-
XYZ37.0941.385.37-
YUV163.37168.9886.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.19%
GREEN value IS 179 (70.31% from 255) = 34.42%
BLUE value IS 236 (92.58% from 255) = 45.38%
R=20.19%
G=34.42%
B=45.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1051792360.560.2400.07206.1177.5166.86
Hex69B3EC381807ce4e43
Octal151263354703007316116103
Binary110100110110011111011001110001100001111100111010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,179,236); }

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

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

 a { background-color: rgb(105,179,236); }

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

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

 span { border-color: rgb(105,179,236); }

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