#69C6EA

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

Shades of Malibu #69C6EA

Tints of Malibu #69C6EA

Color information

#69C6EA (or 0x69C6EA) is unknown color: approx Malibu. HEX triplet: 69, C6 and EA. RGB value is (105,198,234). Sum of RGB (Red+Green+Blue) = 105+198+234=537 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.55% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #69C6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C6EA is #963915. Grayscale: #AEAEAE. Windows color (decimal): -9845014 or 15386217. OLE color: 15386217.

HSL color Cylindrical-coordinate representation of color #69C6EA: hue angle of 196.74º 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 #69C6EA is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB105198234-
CMYK0.550.1500.08
HSL196.74º75.44%66.47%-
HSV(B)196.74º55.13%91.76%-
XYZ40.8749.3385.21-
YUV174.3161.6978.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.55%
GREEN value IS 198 (77.73% from 255) = 36.87%
BLUE value IS 234 (91.80% from 255) = 43.58%
R=19.55%
G=36.87%
B=43.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1051982340.550.1500.08196.7475.4466.47
Hex69C6EA37F08c54b42
Octal1513063526717010305113102
Binary110100111000110111010101101111111010001100010110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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