#69B4F0

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

Shades of Malibu #69B4F0

Tints of Malibu #69B4F0

Color information

#69B4F0 (or 0x69B4F0) is unknown color: approx Malibu. HEX triplet: 69, B4 and F0. RGB value is (105,180,240). Sum of RGB (Red+Green+Blue) = 105+180+240=525 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #69B4F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B4F0 is #964B0F. Grayscale: #A4A4A4. Windows color (decimal): -9849616 or 15774825. OLE color: 15774825.

HSL color Cylindrical-coordinate representation of color #69B4F0: hue angle of 206.67º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69B4F0 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB105180240-
CMYK0.560.2500.06
HSL206.67º81.82%67.65%-
HSV(B)206.67º56.25%94.12%-
XYZ37.8841.9488.54-
YUV164.42170.6585.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20%
GREEN value IS 180 (70.70% from 255) = 34.29%
BLUE value IS 240 (94.14% from 255) = 45.71%
R=20%
G=34.29%
B=45.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1051802400.560.2500.06206.6781.8267.65
Hex69B4F0381906cf5244
Octal151264360703106317122104
Binary110100110110100111100001110001100101101100111110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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