Html Css Color HEX #69ADD9 Malibu

📋 copy color: '#69ADD9'

red 105 ◦ green 173 ◦ blue 217

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

Shades of Malibu #69ADD9

Tints of Malibu #69ADD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.84%

R = 21.21%
G = 34.95%
B = 43.84%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#69ADD9 (or 0x69ADD9) is known color: Malibu. HEX triplet: 69, AD and D9. RGB value is (105,173,217). Sum of RGB (Red+Green+Blue) = 105+173+217=495 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.21% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #69ADD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADD9 is #965226. Grayscale: #9D9D9D. Windows color (decimal): -9851431 or 14265705. OLE color: 14265705.

HSL color Cylindrical-coordinate representation of color #69ADD9: hue angle of 203.57º 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 #69ADD9 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 173 217 -
CMYK 0.52 0.20 0 0.15
HSL 203.57º 0.6% 0.63% -
HSV(B) 203.57º 0.52% 0.85% -
XYZ 33.29 37.9 71.21 -
YUV 157.68 161.47 90.42 -
System Red Green Blue C M Y K H S L
Decimal 105 173 217 0.52 0.20 0 0.15 203.57 0.6 0.63
Hex 69 AD D9 34 14 0 F CC 3C 3F
Octal 151 255 331 64 24 0 17 314 74 77
Binary 1101001 10101101 11011001 110100 10100 0 1111 11001100 111100 111111

Color Harmonies of #69ADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ADD9

Black with #69ADD9

Text Example


Text Example

White with #69ADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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