Html Css Color HEX #69ADD7 Malibu

📋 copy color: '#69ADD7'

red 105 ◦ green 173 ◦ blue 215

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

Shades of Malibu #69ADD7

Tints of Malibu #69ADD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.61%

R = 21.3%
G = 35.09%
B = 43.61%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#69ADD7 (or 0x69ADD7) is known color: Malibu. HEX triplet: 69, AD and D7. RGB value is (105,173,215). Sum of RGB (Red+Green+Blue) = 105+173+215=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #69ADD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADD7 is #965228. Grayscale: #9D9D9D. Windows color (decimal): -9851433 or 14134633. OLE color: 14134633.

HSL color Cylindrical-coordinate representation of color #69ADD7: hue angle of 202.91º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69ADD7 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 173 215 -
CMYK 0.51 0.20 0 0.16
HSL 202.91º 0.58% 0.63% -
HSV(B) 202.91º 0.51% 0.84% -
XYZ 33.04 37.8 69.84 -
YUV 157.46 160.47 90.58 -
System Red Green Blue C M Y K H S L
Decimal 105 173 215 0.51 0.20 0 0.16 202.91 0.58 0.63
Hex 69 AD D7 33 14 0 10 CB 3A 3F
Octal 151 255 327 63 24 0 20 313 72 77
Binary 1101001 10101101 11010111 110011 10100 0 10000 11001011 111010 111111

Color Harmonies of #69ADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ADD7

Black with #69ADD7

Text Example


Text Example

White with #69ADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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