#69B5DE

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

Shades of Malibu #69B5DE

Tints of Malibu #69B5DE

Color information

#69B5DE (or 0x69B5DE) is unknown color: approx Malibu. HEX triplet: 69, B5 and DE. RGB value is (105,181,222). Sum of RGB (Red+Green+Blue) = 105+181+222=508 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.67% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #69B5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B5DE is #964A21. Grayscale: #A2A2A2. Windows color (decimal): -9849378 or 14595433. OLE color: 14595433.

HSL color Cylindrical-coordinate representation of color #69B5DE: hue angle of 201.03º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69B5DE is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105181222-
CMYK0.530.1800.13
HSL201.03º63.93%64.12%-
HSV(B)201.03º52.7%87.06%-
XYZ35.5341.3275.21-
YUV162.95161.3286.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.67%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 222 (87.11% from 255) = 43.70%
R=20.67%
G=35.63%
B=43.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051812220.530.1800.13201.0363.9364.12
Hex69B5DE35120Dc94040
Octal1512653366522015311100100
Binary1101001101101011101111011010110010011011100100110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,181,222); }

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

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

 a { background-color: rgb(105,181,222); }

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

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

 span { border-color: rgb(105,181,222); }

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