#69B2EA

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

Shades of Malibu #69B2EA

Tints of Malibu #69B2EA

Color information

#69B2EA (or 0x69B2EA) is unknown color: approx Malibu. HEX triplet: 69, B2 and EA. RGB value is (105,178,234). Sum of RGB (Red+Green+Blue) = 105+178+234=517 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.31% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #69B2EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69B2EA is #964D15. Grayscale: #A2A2A2. Windows color (decimal): -9850134 or 15381097. OLE color: 15381097.

HSL color Cylindrical-coordinate representation of color #69B2EA: hue angle of 206.05º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69B2EA is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB105178234-
CMYK0.550.2400.08
HSL206.05º75.44%66.47%-
HSV(B)206.05º55.13%91.76%-
XYZ36.640.7883.79-
YUV162.56168.3286.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.31%
GREEN value IS 178 (69.92% from 255) = 34.43%
BLUE value IS 234 (91.80% from 255) = 45.26%
R=20.31%
G=34.43%
B=45.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1051782340.550.2400.08206.0575.4466.47
Hex69B2EA371808ce4b42
Octal1512623526730010316113102
Binary1101001101100101110101011011111000010001100111010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,178,234); }

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

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

 a { background-color: rgb(105,178,234); }

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

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

 span { border-color: rgb(105,178,234); }

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