#69B8EF

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

Shades of Malibu #69B8EF

Tints of Malibu #69B8EF

Color information

#69B8EF (or 0x69B8EF) is unknown color: approx Malibu. HEX triplet: 69, B8 and EF. RGB value is (105,184,239). Sum of RGB (Red+Green+Blue) = 105+184+239=528 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.89% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #69B8EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B8EF is #964710. Grayscale: #A6A6A6. Windows color (decimal): -9848593 or 15710313. OLE color: 15710313.

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

Color convert

RGB105184239-
CMYK0.560.2300.06
HSL204.63º80.72%67.45%-
HSV(B)204.63º56.07%93.73%-
XYZ38.5543.5288.03-
YUV166.65168.8384.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.89%
GREEN value IS 184 (72.27% from 255) = 34.85%
BLUE value IS 239 (93.75% from 255) = 45.27%
R=19.89%
G=34.85%
B=45.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1051842390.560.2300.06204.6380.7267.45
Hex69B8EF381706cd5143
Octal151270357702706315121103
Binary110100110111000111011111110001011101101100110110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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