#69B8DA

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

Shades of Malibu #69B8DA

Tints of Malibu #69B8DA

Color information

#69B8DA (or 0x69B8DA) is unknown color: approx Malibu. HEX triplet: 69, B8 and DA. RGB value is (105,184,218). Sum of RGB (Red+Green+Blue) = 105+184+218=507 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.71% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #69B8DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B8DA is #964725. Grayscale: #A4A4A4. Windows color (decimal): -9848614 or 14334057. OLE color: 14334057.

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

Color convert

RGB105184218-
CMYK0.520.1600.15
HSL198.05º60.43%63.33%-
HSV(B)198.05º51.83%85.49%-
XYZ35.6242.3572.63-
YUV164.26158.3385.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.71%
GREEN value IS 184 (72.27% from 255) = 36.29%
BLUE value IS 218 (85.55% from 255) = 43.00%
R=20.71%
G=36.29%
B=43.00%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051842180.520.1600.15198.0560.4363.33
Hex69B8DA34100Fc63c3f
Octal15127033264200173067477
Binary11010011011100011011010110100100000111111000110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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