Html Css Color HEX #69ADE5 Malibu

📋 copy color: '#69ADE5'

red 105 ◦ green 173 ◦ blue 229

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

Shades of Malibu #69ADE5

Tints of Malibu #69ADE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.17%

R = 20.71%
G = 34.12%
B = 45.17%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#69ADE5 (or 0x69ADE5) is known color: Malibu. HEX triplet: 69, AD and E5. RGB value is (105,173,229). Sum of RGB (Red+Green+Blue) = 105+173+229=507 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.71% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #69ADE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADE5 is #96521A. Grayscale: #9E9E9E. Windows color (decimal): -9851419 or 15052137. OLE color: 15052137.

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

Color convert

RGB 105 173 229 -
CMYK 0.54 0.24 0 0.10
HSL 207.1º 0.7% 0.65% -
HSV(B) 207.1º 0.54% 0.9% -
XYZ 34.91 38.55 79.73 -
YUV 159.05 167.47 89.45 -
System Red Green Blue C M Y K H S L
Decimal 105 173 229 0.54 0.24 0 0.10 207.1 0.7 0.65
Hex 69 AD E5 36 18 0 A CF 46 41
Octal 151 255 345 66 30 0 12 317 106 101
Binary 1101001 10101101 11100101 110110 11000 0 1010 11001111 1000110 1000001

Color Harmonies of #69ADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ADE5

Black with #69ADE5

Text Example


Text Example

White with #69ADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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