Html Css Color HEX #69ABDF Malibu

📋 copy color: '#69ABDF'

red 105 ◦ green 171 ◦ blue 223

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

Shades of Malibu #69ABDF

Tints of Malibu #69ABDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 21.04%
G = 34.27%
B = 44.69%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69ABDF (or 0x69ABDF) is known color: Malibu. HEX triplet: 69, AB and DF. RGB value is (105,171,223). Sum of RGB (Red+Green+Blue) = 105+171+223=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #69ABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ABDF is #965420. Grayscale: #9C9C9C. Windows color (decimal): -9851937 or 14658409. OLE color: 14658409.

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

Color convert

RGB 105 171 223 -
CMYK 0.53 0.23 0 0.13
HSL 206.44º 0.65% 0.64% -
HSV(B) 206.44º 0.53% 0.87% -
XYZ 33.71 37.46 75.27 -
YUV 157.19 165.13 90.77 -
System Red Green Blue C M Y K H S L
Decimal 105 171 223 0.53 0.23 0 0.13 206.44 0.65 0.64
Hex 69 AB DF 35 17 0 D CE 41 40
Octal 151 253 337 65 27 0 15 316 101 100
Binary 1101001 10101011 11011111 110101 10111 0 1101 11001110 1000001 1000000

Color Harmonies of #69ABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ABDF

Black with #69ABDF

Text Example


Text Example

White with #69ABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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