#69C6EB

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

Shades of Malibu #69C6EB

Tints of Malibu #69C6EB

Color information

#69C6EB (or 0x69C6EB) is unknown color: approx Malibu. HEX triplet: 69, C6 and EB. RGB value is (105,198,235). Sum of RGB (Red+Green+Blue) = 105+198+235=538 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.52% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #69C6EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C6EB is #963914. Grayscale: #AEAEAE. Windows color (decimal): -9845013 or 15451753. OLE color: 15451753.

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

Color convert

RGB105198235-
CMYK0.550.1600.08
HSL197.08º76.47%66.67%-
HSV(B)197.08º55.32%92.16%-
XYZ41.0249.3985.97-
YUV174.41162.1978.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.52%
GREEN value IS 198 (77.73% from 255) = 36.80%
BLUE value IS 235 (92.19% from 255) = 43.68%
R=19.52%
G=36.80%
B=43.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1051982350.550.1600.08197.0876.4766.67
Hex69C6EB371008c54c43
Octal1513063536720010305114103
Binary1101001110001101110101111011110000010001100010110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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