Html Css Color HEX #69ACDB Malibu

📋 copy color: '#69ACDB'

red 105 ◦ green 172 ◦ blue 219

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

Shades of Malibu #69ACDB

Tints of Malibu #69ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.68%

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

R = 21.17%
G = 34.68%
B = 44.15%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#69ACDB (or 0x69ACDB) is known color: Malibu. HEX triplet: 69, AC and DB. RGB value is (105,172,219). Sum of RGB (Red+Green+Blue) = 105+172+219=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #69ACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ACDB is #965324. Grayscale: #9D9D9D. Windows color (decimal): -9851685 or 14396521. OLE color: 14396521.

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

Color convert

RGB 105 172 219 -
CMYK 0.52 0.21 0 0.14
HSL 204.74º 0.61% 0.64% -
HSV(B) 204.74º 0.52% 0.86% -
XYZ 33.36 37.62 72.52 -
YUV 157.33 162.8 90.68 -
System Red Green Blue C M Y K H S L
Decimal 105 172 219 0.52 0.21 0 0.14 204.74 0.61 0.64
Hex 69 AC DB 34 15 0 E CD 3D 40
Octal 151 254 333 64 25 0 16 315 75 100
Binary 1101001 10101100 11011011 110100 10101 0 1110 11001101 111101 1000000

Color Harmonies of #69ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ACDB

Black with #69ACDB

Text Example


Text Example

White with #69ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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