#69B0F1

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

Shades of Malibu #69B0F1

Tints of Malibu #69B0F1

Color information

#69B0F1 (or 0x69B0F1) is unknown color: approx Malibu. HEX triplet: 69, B0 and F1. RGB value is (105,176,241). Sum of RGB (Red+Green+Blue) = 105+176+241=522 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.11% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #69B0F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69B0F1 is #964F0E. Grayscale: #A1A1A1. Windows color (decimal): -9850639 or 15839337. OLE color: 15839337.

HSL color Cylindrical-coordinate representation of color #69B0F1: hue angle of 208.68º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69B0F1 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB105176241-
CMYK0.560.2700.05
HSL208.68º82.93%67.84%-
HSV(B)208.68º56.43%94.51%-
XYZ37.2340.489.06-
YUV162.18172.4887.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.11%
GREEN value IS 176 (69.14% from 255) = 33.72%
BLUE value IS 241 (94.53% from 255) = 46.17%
R=20.11%
G=33.72%
B=46.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1051762410.560.2700.05208.6882.9367.84
Hex69B0F1381B05d15344
Octal151260361703305321123104
Binary110100110110000111100011110001101101011101000110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,176,241); }

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

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

 a { background-color: rgb(105,176,241); }

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

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

 span { border-color: rgb(105,176,241); }

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