#69BEEA

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

Shades of Malibu #69BEEA

Tints of Malibu #69BEEA

Color information

#69BEEA (or 0x69BEEA) is unknown color: approx Malibu. HEX triplet: 69, BE and EA. RGB value is (105,190,234). Sum of RGB (Red+Green+Blue) = 105+190+234=529 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.85% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #69BEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BEEA is #964115. Grayscale: #A9A9A9. Windows color (decimal): -9847062 or 15384169. OLE color: 15384169.

HSL color Cylindrical-coordinate representation of color #69BEEA: hue angle of 200.47º 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 #69BEEA is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB105190234-
CMYK0.550.1900.08
HSL200.47º75.44%66.47%-
HSV(B)200.47º55.13%91.76%-
XYZ39.0945.7784.62-
YUV169.6164.3481.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.85%
GREEN value IS 190 (74.61% from 255) = 35.92%
BLUE value IS 234 (91.80% from 255) = 44.23%
R=19.85%
G=35.92%
B=44.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1051902340.550.1900.08200.4775.4466.47
Hex69BEEA371308c84b42
Octal1512763526723010310113102
Binary1101001101111101110101011011110011010001100100010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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