Html Css Color HEX #69ADE8 Malibu

📋 copy color: '#69ADE8'

red 105 ◦ green 173 ◦ blue 232

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

Shades of Malibu #69ADE8

Tints of Malibu #69ADE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.49%

R = 20.59%
G = 33.92%
B = 45.49%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#69ADE8 (or 0x69ADE8) is known color: Malibu. HEX triplet: 69, AD and E8. RGB value is (105,173,232). Sum of RGB (Red+Green+Blue) = 105+173+232=510 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.59% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 232 (91.02% from 255 or 45.49% from 510); Max value from RGB is 232 - color contains mainly: blue. Hex color #69ADE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ADE8 is #965217. Grayscale: #9F9F9F. Windows color (decimal): -9851416 or 15248745. OLE color: 15248745.

HSL color Cylindrical-coordinate representation of color #69ADE8: hue angle of 207.87º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69ADE8 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 173 232 -
CMYK 0.55 0.25 0 0.09
HSL 207.87º 0.73% 0.66% -
HSV(B) 207.87º 0.55% 0.91% -
XYZ 35.33 38.72 81.95 -
YUV 159.39 168.97 89.2 -
System Red Green Blue C M Y K H S L
Decimal 105 173 232 0.55 0.25 0 0.09 207.87 0.73 0.66
Hex 69 AD E8 37 19 0 9 D0 49 42
Octal 151 255 350 67 31 0 11 320 111 102
Binary 1101001 10101101 11101000 110111 11001 0 1001 11010000 1001001 1000010

Color Harmonies of #69ADE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ADE8

Black with #69ADE8

Text Example


Text Example

White with #69ADE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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