Html Css Color HEX #69ADD8 Malibu

📋 copy color: '#69ADD8'

red 105 ◦ green 173 ◦ blue 216

#69ADD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #69ADD8

Tints of Malibu #69ADD8

RGB

 RED value IS 105 (41.41% from 255) = 21.26%

 GREEN value IS 173 (67.97% from 255) = 35.02%

 BLUE value IS 216 (84.77% from 255) = 43.72%

R = 21.26%
G = 35.02%
B = 43.72%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#69ADD8 (or 0x69ADD8) is known color: Malibu. HEX triplet: 69, AD and D8. RGB value is (105,173,216). Sum of RGB (Red+Green+Blue) = 105+173+216=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 216 - color contains mainly: blue. Hex color #69ADD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADD8 is #965227. Grayscale: #9D9D9D. Windows color (decimal): -9851432 or 14200169. OLE color: 14200169.

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

Color convert

RGB 105 173 216 -
CMYK 0.51 0.20 0 0.15
HSL 203.24º 0.59% 0.63% -
HSV(B) 203.24º 0.51% 0.85% -
XYZ 33.16 37.85 70.52 -
YUV 157.57 160.97 90.5 -
System Red Green Blue C M Y K H S L
Decimal 105 173 216 0.51 0.20 0 0.15 203.24 0.59 0.63
Hex 69 AD D8 33 14 0 F CB 3B 3F
Octal 151 255 330 63 24 0 17 313 73 77
Binary 1101001 10101101 11011000 110011 10100 0 1111 11001011 111011 111111

Color Harmonies of #69ADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ADD8

Black with #69ADD8

Text Example


Text Example

White with #69ADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #69ADD8;
 }
 .AnyTagClassName
 {
   color: #69ADD8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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