#69BBE9

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

Shades of Malibu #69BBE9

Tints of Malibu #69BBE9

Color information

#69BBE9 (or 0x69BBE9) is unknown color: approx Malibu. HEX triplet: 69, BB and E9. RGB value is (105,187,233). Sum of RGB (Red+Green+Blue) = 105+187+233=525 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 233 (91.41% from 255 or 44.38% from 525); Max value from RGB is 233 - color contains mainly: blue. Hex color #69BBE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BBE9 is #964416. Grayscale: #A7A7A7. Windows color (decimal): -9847831 or 15317865. OLE color: 15317865.

HSL color Cylindrical-coordinate representation of color #69BBE9: hue angle of 201.56º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69BBE9 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB105187233-
CMYK0.550.2000.09
HSL201.56º74.42%66.27%-
HSV(B)201.56º54.94%91.37%-
XYZ38.344.4383.65-
YUV167.73164.8383.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20%
GREEN value IS 187 (73.44% from 255) = 35.62%
BLUE value IS 233 (91.41% from 255) = 44.38%
R=20%
G=35.62%
B=44.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1051872330.550.2000.09201.5674.4266.27
Hex69BBE9371409ca4a42
Octal1512733516724011312112102
Binary1101001101110111110100111011110100010011100101010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,187,233); }

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

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

 a { background-color: rgb(105,187,233); }

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

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

 span { border-color: rgb(105,187,233); }

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