Html Css Color HEX #69ABDD Malibu

📋 copy color: '#69ABDD'

red 105 ◦ green 171 ◦ blue 221

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

Shades of Malibu #69ABDD

Tints of Malibu #69ABDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 21.13%
G = 34.41%
B = 44.47%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69ABDD (or 0x69ABDD) is known color: Malibu. HEX triplet: 69, AB and DD. RGB value is (105,171,221). Sum of RGB (Red+Green+Blue) = 105+171+221=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #69ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ABDD is #965422. Grayscale: #9C9C9C. Windows color (decimal): -9851939 or 14527337. OLE color: 14527337.

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

Color convert

RGB 105 171 221 -
CMYK 0.52 0.23 0 0.13
HSL 205.86º 0.63% 0.64% -
HSV(B) 205.86º 0.52% 0.87% -
XYZ 33.44 37.35 73.85 -
YUV 156.97 164.13 90.93 -
System Red Green Blue C M Y K H S L
Decimal 105 171 221 0.52 0.23 0 0.13 205.86 0.63 0.64
Hex 69 AB DD 34 17 0 D CE 3F 40
Octal 151 253 335 64 27 0 15 316 77 100
Binary 1101001 10101011 11011101 110100 10111 0 1101 11001110 111111 1000000

Color Harmonies of #69ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ABDD

Black with #69ABDD

Text Example


Text Example

White with #69ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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