#69B8ED

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

Shades of Malibu #69B8ED

Tints of Malibu #69B8ED

Color information

#69B8ED (or 0x69B8ED) is unknown color: approx Malibu. HEX triplet: 69, B8 and ED. RGB value is (105,184,237). Sum of RGB (Red+Green+Blue) = 105+184+237=526 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.96% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #69B8ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B8ED is #964712. Grayscale: #A6A6A6. Windows color (decimal): -9848595 or 15579241. OLE color: 15579241.

HSL color Cylindrical-coordinate representation of color #69B8ED: hue angle of 204.09º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69B8ED is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB105184237-
CMYK0.560.2200.07
HSL204.09º78.57%67.06%-
HSV(B)204.09º55.7%92.94%-
XYZ38.2543.486.48-
YUV166.42167.8384.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.96%
GREEN value IS 184 (72.27% from 255) = 34.98%
BLUE value IS 237 (92.97% from 255) = 45.06%
R=19.96%
G=34.98%
B=45.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1051842370.560.2200.07204.0978.5767.06
Hex69B8ED381607cc4f43
Octal151270355702607314117103
Binary110100110111000111011011110001011001111100110010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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