#69BFEF

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

Shades of Malibu #69BFEF

Tints of Malibu #69BFEF

Color information

#69BFEF (or 0x69BFEF) is unknown color: approx Malibu. HEX triplet: 69, BF and EF. RGB value is (105,191,239). Sum of RGB (Red+Green+Blue) = 105+191+239=535 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.63% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #69BFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BFEF is #964010. Grayscale: #AAAAAA. Windows color (decimal): -9846801 or 15712105. OLE color: 15712105.

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

Color convert

RGB105191239-
CMYK0.560.2000.06
HSL201.49º80.72%67.45%-
HSV(B)201.49º56.07%93.73%-
XYZ40.0446.588.53-
YUV170.76166.5181.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.63%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 239 (93.75% from 255) = 44.67%
R=19.63%
G=35.70%
B=44.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1051912390.560.2000.06201.4980.7267.45
Hex69BFEF381406c95143
Octal151277357702406311121103
Binary110100110111111111011111110001010001101100100110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,191,239); }

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

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

 a { background-color: rgb(105,191,239); }

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

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

 span { border-color: rgb(105,191,239); }

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