Html Css Color HEX #69ADE6 Malibu

📋 copy color: '#69ADE6'

red 105 ◦ green 173 ◦ blue 230

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

Shades of Malibu #69ADE6

Tints of Malibu #69ADE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.28%

R = 20.67%
G = 34.06%
B = 45.28%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#69ADE6 (or 0x69ADE6) is known color: Malibu. HEX triplet: 69, AD and E6. RGB value is (105,173,230). Sum of RGB (Red+Green+Blue) = 105+173+230=508 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.67% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #69ADE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ADE6 is #965219. Grayscale: #9E9E9E. Windows color (decimal): -9851418 or 15117673. OLE color: 15117673.

HSL color Cylindrical-coordinate representation of color #69ADE6: hue angle of 207.36º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69ADE6 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 105 173 230 -
CMYK 0.54 0.25 0 0.10
HSL 207.36º 0.71% 0.66% -
HSV(B) 207.36º 0.54% 0.9% -
XYZ 35.05 38.6 80.47 -
YUV 159.17 167.97 89.37 -
System Red Green Blue C M Y K H S L
Decimal 105 173 230 0.54 0.25 0 0.10 207.36 0.71 0.66
Hex 69 AD E6 36 19 0 A CF 47 42
Octal 151 255 346 66 31 0 12 317 107 102
Binary 1101001 10101101 11100110 110110 11001 0 1010 11001111 1000111 1000010

Color Harmonies of #69ADE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ADE6

Black with #69ADE6

Text Example


Text Example

White with #69ADE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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