#69B7F1

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

Shades of Malibu #69B7F1

Tints of Malibu #69B7F1

Color information

#69B7F1 (or 0x69B7F1) is unknown color: approx Malibu. HEX triplet: 69, B7 and F1. RGB value is (105,183,241). Sum of RGB (Red+Green+Blue) = 105+183+241=529 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.85% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #69B7F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B7F1 is #96480E. Grayscale: #A5A5A5. Windows color (decimal): -9848847 or 15841129. OLE color: 15841129.

HSL color Cylindrical-coordinate representation of color #69B7F1: hue angle of 205.59º 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 #69B7F1 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB105183241-
CMYK0.560.2400.05
HSL205.59º82.93%67.84%-
HSV(B)205.59º56.43%94.51%-
XYZ38.6443.2289.53-
YUV166.29170.1684.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.85%
GREEN value IS 183 (71.88% from 255) = 34.59%
BLUE value IS 241 (94.53% from 255) = 45.56%
R=19.85%
G=34.59%
B=45.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1051832410.560.2400.05205.5982.9367.84
Hex69B7F1381805ce5344
Octal151267361703005316123104
Binary110100110110111111100011110001100001011100111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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