#69B8EA

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

Shades of Malibu #69B8EA

Tints of Malibu #69B8EA

Color information

#69B8EA (or 0x69B8EA) is unknown color: approx Malibu. HEX triplet: 69, B8 and EA. RGB value is (105,184,234). Sum of RGB (Red+Green+Blue) = 105+184+234=523 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.08% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #69B8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B8EA is #964715. Grayscale: #A5A5A5. Windows color (decimal): -9848598 or 15382633. OLE color: 15382633.

HSL color Cylindrical-coordinate representation of color #69B8EA: hue angle of 203.26º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69B8EA is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB105184234-
CMYK0.550.2100.08
HSL203.26º75.44%66.47%-
HSV(B)203.26º55.13%91.76%-
XYZ37.8243.2284.19-
YUV166.08166.3384.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.08%
GREEN value IS 184 (72.27% from 255) = 35.18%
BLUE value IS 234 (91.80% from 255) = 44.74%
R=20.08%
G=35.18%
B=44.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1051842340.550.2100.08203.2675.4466.47
Hex69B8EA371508cb4b42
Octal1512703526725010313113102
Binary1101001101110001110101011011110101010001100101110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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