Html Css Color HEX #69ABDB Malibu

📋 copy color: '#69ABDB'

red 105 ◦ green 171 ◦ blue 219

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

Shades of Malibu #69ABDB

Tints of Malibu #69ABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.55%

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

R = 21.21%
G = 34.55%
B = 44.24%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#69ABDB (or 0x69ABDB) is known color: Malibu. HEX triplet: 69, AB and DB. RGB value is (105,171,219). Sum of RGB (Red+Green+Blue) = 105+171+219=495 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.21% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #69ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ABDB is #965424. Grayscale: #9C9C9C. Windows color (decimal): -9851941 or 14396265. OLE color: 14396265.

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

Color convert

RGB 105 171 219 -
CMYK 0.52 0.22 0 0.14
HSL 205.26º 0.61% 0.64% -
HSV(B) 205.26º 0.52% 0.86% -
XYZ 33.17 37.24 72.46 -
YUV 156.74 163.13 91.1 -
System Red Green Blue C M Y K H S L
Decimal 105 171 219 0.52 0.22 0 0.14 205.26 0.61 0.64
Hex 69 AB DB 34 16 0 E CD 3D 40
Octal 151 253 333 64 26 0 16 315 75 100
Binary 1101001 10101011 11011011 110100 10110 0 1110 11001101 111101 1000000

Color Harmonies of #69ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ABDB

Black with #69ABDB

Text Example


Text Example

White with #69ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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