#69C4D8

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

Shades of Malibu #69C4D8

Tints of Malibu #69C4D8

Color information

#69C4D8 (or 0x69C4D8) is unknown color: approx Malibu. HEX triplet: 69, C4 and D8. RGB value is (105,196,216). Sum of RGB (Red+Green+Blue) = 105+196+216=517 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.31% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #69C4D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C4D8 is #963B27. Grayscale: #AAAAAA. Windows color (decimal): -9845544 or 14206057. OLE color: 14206057.

HSL color Cylindrical-coordinate representation of color #69C4D8: hue angle of 190.81º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69C4D8 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB105196216-
CMYK0.510.0900.15
HSL190.81º58.73%62.94%-
HSV(B)190.81º51.39%84.71%-
XYZ37.9647.4472.12-
YUV171.07153.3580.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.31%
GREEN value IS 196 (76.95% from 255) = 37.91%
BLUE value IS 216 (84.77% from 255) = 41.78%
R=20.31%
G=37.91%
B=41.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051962160.510.0900.15190.8158.7362.94
Hex69C4D83390Fbf3b3f
Octal15130433063110172777377
Binary1101001110001001101100011001110010111110111111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,196,216); }

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

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

 a { background-color: rgb(105,196,216); }

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

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

 span { border-color: rgb(105,196,216); }

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