Html Css Color HEX #69AADB Malibu

📋 copy color: '#69AADB'

red 105 ◦ green 170 ◦ blue 219

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

Shades of Malibu #69AADB

Tints of Malibu #69AADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.33%

R = 21.26%
G = 34.41%
B = 44.33%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#69AADB (or 0x69AADB) is known color: Malibu. HEX triplet: 69, AA and DB. RGB value is (105,170,219). Sum of RGB (Red+Green+Blue) = 105+170+219=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #69AADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AADB is #965524. Grayscale: #9B9B9B. Windows color (decimal): -9852197 or 14396009. OLE color: 14396009.

HSL color Cylindrical-coordinate representation of color #69AADB: hue angle of 205.79º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69AADB is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 170 219 -
CMYK 0.52 0.22 0 0.14
HSL 205.79º 0.61% 0.64% -
HSV(B) 205.79º 0.52% 0.86% -
XYZ 32.99 36.87 72.4 -
YUV 156.15 163.47 91.52 -
System Red Green Blue C M Y K H S L
Decimal 105 170 219 0.52 0.22 0 0.14 205.79 0.61 0.64
Hex 69 AA DB 34 16 0 E CE 3D 40
Octal 151 252 333 64 26 0 16 316 75 100
Binary 1101001 10101010 11011011 110100 10110 0 1110 11001110 111101 1000000

Color Harmonies of #69AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AADB

Black with #69AADB

Text Example


Text Example

White with #69AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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