#69B1EC

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

Shades of Malibu #69B1EC

Tints of Malibu #69B1EC

Color information

#69B1EC (or 0x69B1EC) is unknown color: approx Malibu. HEX triplet: 69, B1 and EC. RGB value is (105,177,236). Sum of RGB (Red+Green+Blue) = 105+177+236=518 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.27% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #69B1EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69B1EC is #964E13. Grayscale: #A1A1A1. Windows color (decimal): -9850388 or 15511913. OLE color: 15511913.

HSL color Cylindrical-coordinate representation of color #69B1EC: hue angle of 207.02º 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 #69B1EC is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB105177236-
CMYK0.560.2500.07
HSL207.02º77.51%66.86%-
HSV(B)207.02º55.51%92.55%-
XYZ36.6940.585.24-
YUV162.2169.6587.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.27%
GREEN value IS 177 (69.53% from 255) = 34.17%
BLUE value IS 236 (92.58% from 255) = 45.56%
R=20.27%
G=34.17%
B=45.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1051772360.560.2500.07207.0277.5166.86
Hex69B1EC381907cf4e43
Octal151261354703107317116103
Binary110100110110001111011001110001100101111100111110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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