Html Css Color HEX #69ABDA Malibu

📋 copy color: '#69ABDA'

red 105 ◦ green 171 ◦ blue 218

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

Shades of Malibu #69ABDA

Tints of Malibu #69ABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 21.26%
G = 34.62%
B = 44.13%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#69ABDA (or 0x69ABDA) is known color: Malibu. HEX triplet: 69, AB and DA. RGB value is (105,171,218). Sum of RGB (Red+Green+Blue) = 105+171+218=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #69ABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ABDA is #965425. Grayscale: #9C9C9C. Windows color (decimal): -9851942 or 14330729. OLE color: 14330729.

HSL color Cylindrical-coordinate representation of color #69ABDA: hue angle of 204.96º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69ABDA is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 171 218 -
CMYK 0.52 0.22 0 0.15
HSL 204.96º 0.6% 0.63% -
HSV(B) 204.96º 0.52% 0.85% -
XYZ 33.04 37.19 71.77 -
YUV 156.62 162.63 91.18 -
System Red Green Blue C M Y K H S L
Decimal 105 171 218 0.52 0.22 0 0.15 204.96 0.6 0.63
Hex 69 AB DA 34 16 0 F CD 3C 3F
Octal 151 253 332 64 26 0 17 315 74 77
Binary 1101001 10101011 11011010 110100 10110 0 1111 11001101 111100 111111

Color Harmonies of #69ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ABDA

Black with #69ABDA

Text Example


Text Example

White with #69ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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