Html Css Color HEX #69A8DB Malibu

📋 copy color: '#69A8DB'

red 105 ◦ green 168 ◦ blue 219

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

Shades of Malibu #69A8DB

Tints of Malibu #69A8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.15%

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 21.34%
G = 34.15%
B = 44.51%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#69A8DB (or 0x69A8DB) is known color: Malibu. HEX triplet: 69, A8 and DB. RGB value is (105,168,219). Sum of RGB (Red+Green+Blue) = 105+168+219=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #69A8DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A8DB is #965724. Grayscale: #9A9A9A. Windows color (decimal): -9852709 or 14395497. OLE color: 14395497.

HSL color Cylindrical-coordinate representation of color #69A8DB: hue angle of 206.84º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69A8DB is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 168 219 -
CMYK 0.52 0.23 0 0.14
HSL 206.84º 0.61% 0.64% -
HSV(B) 206.84º 0.52% 0.86% -
XYZ 32.61 36.12 72.27 -
YUV 154.98 164.13 92.35 -
System Red Green Blue C M Y K H S L
Decimal 105 168 219 0.52 0.23 0 0.14 206.84 0.61 0.64
Hex 69 A8 DB 34 17 0 E CF 3D 40
Octal 151 250 333 64 27 0 16 317 75 100
Binary 1101001 10101000 11011011 110100 10111 0 1110 11001111 111101 1000000

Color Harmonies of #69A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A8DB

Black with #69A8DB

Text Example


Text Example

White with #69A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,168,219); }

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

background-color css

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

 a { background-color: rgb(105,168,219); }

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

border-color css

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

 span { border-color: rgb(105,168,219); }

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