Html Css Color HEX #69AADD Malibu

📋 copy color: '#69AADD'

red 105 ◦ green 170 ◦ blue 221

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

Shades of Malibu #69AADD

Tints of Malibu #69AADD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.27%

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 21.17%
G = 34.27%
B = 44.56%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69AADD (or 0x69AADD) is known color: Malibu. HEX triplet: 69, AA and DD. RGB value is (105,170,221). Sum of RGB (Red+Green+Blue) = 105+170+221=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #69AADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AADD is #965522. Grayscale: #9C9C9C. Windows color (decimal): -9852195 or 14527081. OLE color: 14527081.

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

Color convert

RGB 105 170 221 -
CMYK 0.52 0.23 0 0.13
HSL 206.38º 0.63% 0.64% -
HSV(B) 206.38º 0.52% 0.87% -
XYZ 33.25 36.97 73.79 -
YUV 156.38 164.47 91.35 -
System Red Green Blue C M Y K H S L
Decimal 105 170 221 0.52 0.23 0 0.13 206.38 0.63 0.64
Hex 69 AA DD 34 17 0 D CE 3F 40
Octal 151 252 335 64 27 0 15 316 77 100
Binary 1101001 10101010 11011101 110100 10111 0 1101 11001110 111111 1000000

Color Harmonies of #69AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AADD

Black with #69AADD

Text Example


Text Example

White with #69AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,170,221); }

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

background-color css

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

 a { background-color: rgb(105,170,221); }

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

border-color css

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

 span { border-color: rgb(105,170,221); }

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