#69B7EA

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

Shades of Malibu #69B7EA

Tints of Malibu #69B7EA

Color information

#69B7EA (or 0x69B7EA) is unknown color: approx Malibu. HEX triplet: 69, B7 and EA. RGB value is (105,183,234). Sum of RGB (Red+Green+Blue) = 105+183+234=522 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.11% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #69B7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B7EA is #964815. Grayscale: #A5A5A5. Windows color (decimal): -9848854 or 15382377. OLE color: 15382377.

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

Color convert

RGB105183234-
CMYK0.550.2200.08
HSL203.72º75.44%66.47%-
HSV(B)203.72º55.13%91.76%-
XYZ37.6142.8184.12-
YUV165.49166.6684.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.11%
GREEN value IS 183 (71.88% from 255) = 35.06%
BLUE value IS 234 (91.80% from 255) = 44.83%
R=20.11%
G=35.06%
B=44.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1051832340.550.2200.08203.7275.4466.47
Hex69B7EA371608cc4b42
Octal1512673526726010314113102
Binary1101001101101111110101011011110110010001100110010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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