Html Css Color HEX #69ABDC Malibu

📋 copy color: '#69ABDC'

red 105 ◦ green 171 ◦ blue 220

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

Shades of Malibu #69ABDC

Tints of Malibu #69ABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 21.17%
G = 34.48%
B = 44.35%

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

#69ABDC (or 0x69ABDC) is known color: Malibu. HEX triplet: 69, AB and DC. RGB value is (105,171,220). Sum of RGB (Red+Green+Blue) = 105+171+220=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #69ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ABDC is #965423. Grayscale: #9C9C9C. Windows color (decimal): -9851940 or 14461801. OLE color: 14461801.

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

Color convert

RGB 105 171 220 -
CMYK 0.52 0.22 0 0.14
HSL 205.57º 0.62% 0.64% -
HSV(B) 205.57º 0.52% 0.86% -
XYZ 33.31 37.3 73.15 -
YUV 156.85 163.63 91.02 -
System Red Green Blue C M Y K H S L
Decimal 105 171 220 0.52 0.22 0 0.14 205.57 0.62 0.64
Hex 69 AB DC 34 16 0 E CE 3E 40
Octal 151 253 334 64 26 0 16 316 76 100
Binary 1101001 10101011 11011100 110100 10110 0 1110 11001110 111110 1000000

Color Harmonies of #69ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ABDC

Black with #69ABDC

Text Example


Text Example

White with #69ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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