#69B4E6

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

Shades of Malibu #69B4E6

Tints of Malibu #69B4E6

Color information

#69B4E6 (or 0x69B4E6) is unknown color: approx Malibu. HEX triplet: 69, B4 and E6. RGB value is (105,180,230). Sum of RGB (Red+Green+Blue) = 105+180+230=515 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.39% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 230 - color contains mainly: blue. Hex color #69B4E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B4E6 is #964B19. Grayscale: #A3A3A3. Windows color (decimal): -9849626 or 15119465. OLE color: 15119465.

HSL color Cylindrical-coordinate representation of color #69B4E6: hue angle of 204º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69B4E6 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB105180230-
CMYK0.540.2200.10
HSL204º71.43%65.69%-
HSV(B)204º54.35%90.2%-
XYZ36.4341.3680.93-
YUV163.28165.6586.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.39%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 230 (90.23% from 255) = 44.66%
R=20.39%
G=34.95%
B=44.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1051802300.540.2200.1020471.4365.69
Hex69B4E636160Acc4742
Octal1512643466626012314107102
Binary1101001101101001110011011011010110010101100110010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,180,230); }

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

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

 a { background-color: rgb(105,180,230); }

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

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

 span { border-color: rgb(105,180,230); }

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