#69BAEA

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

Shades of Malibu #69BAEA

Tints of Malibu #69BAEA

Color information

#69BAEA (or 0x69BAEA) is unknown color: approx Malibu. HEX triplet: 69, BA and EA. RGB value is (105,186,234). Sum of RGB (Red+Green+Blue) = 105+186+234=525 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #69BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BAEA is #964515. Grayscale: #A6A6A6. Windows color (decimal): -9848086 or 15383145. OLE color: 15383145.

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

Color convert

RGB105186234-
CMYK0.550.2100.08
HSL202.33º75.44%66.47%-
HSV(B)202.33º55.13%91.76%-
XYZ38.2444.0684.33-
YUV167.25165.6683.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 234 (91.80% from 255) = 44.57%
R=20%
G=35.43%
B=44.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1051862340.550.2100.08202.3375.4466.47
Hex69BAEA371508ca4b42
Octal1512723526725010312113102
Binary1101001101110101110101011011110101010001100101010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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