Html Css Color HEX #69ADDA Malibu

📋 copy color: '#69ADDA'

red 105 ◦ green 173 ◦ blue 218

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

Shades of Malibu #69ADDA

Tints of Malibu #69ADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.95%

R = 21.17%
G = 34.88%
B = 43.95%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#69ADDA (or 0x69ADDA) is known color: Malibu. HEX triplet: 69, AD and DA. RGB value is (105,173,218). Sum of RGB (Red+Green+Blue) = 105+173+218=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #69ADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADDA is #965225. Grayscale: #9D9D9D. Windows color (decimal): -9851430 or 14331241. OLE color: 14331241.

HSL color Cylindrical-coordinate representation of color #69ADDA: hue angle of 203.89º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69ADDA is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 173 218 -
CMYK 0.52 0.21 0 0.15
HSL 203.89º 0.6% 0.63% -
HSV(B) 203.89º 0.52% 0.85% -
XYZ 33.42 37.95 71.89 -
YUV 157.8 161.97 90.34 -
System Red Green Blue C M Y K H S L
Decimal 105 173 218 0.52 0.21 0 0.15 203.89 0.6 0.63
Hex 69 AD DA 34 15 0 F CC 3C 3F
Octal 151 255 332 64 25 0 17 314 74 77
Binary 1101001 10101101 11011010 110100 10101 0 1111 11001100 111100 111111

Color Harmonies of #69ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ADDA

Black with #69ADDA

Text Example


Text Example

White with #69ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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