Html Css Color HEX #69ABDE Malibu

📋 copy color: '#69ABDE'

red 105 ◦ green 171 ◦ blue 222

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

Shades of Malibu #69ABDE

Tints of Malibu #69ABDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.58%

R = 21.08%
G = 34.34%
B = 44.58%

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

#69ABDE (or 0x69ABDE) is known color: Malibu. HEX triplet: 69, AB and DE. RGB value is (105,171,222). Sum of RGB (Red+Green+Blue) = 105+171+222=498 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.08% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #69ABDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ABDE is #965421. Grayscale: #9C9C9C. Windows color (decimal): -9851938 or 14592873. OLE color: 14592873.

HSL color Cylindrical-coordinate representation of color #69ABDE: hue angle of 206.15º degrees, saturation: 0.64, 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 #69ABDE is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 171 222 -
CMYK 0.53 0.23 0 0.13
HSL 206.15º 0.64% 0.64% -
HSV(B) 206.15º 0.53% 0.87% -
XYZ 33.57 37.4 74.56 -
YUV 157.08 164.63 90.85 -
System Red Green Blue C M Y K H S L
Decimal 105 171 222 0.53 0.23 0 0.13 206.15 0.64 0.64
Hex 69 AB DE 35 17 0 D CE 40 40
Octal 151 253 336 65 27 0 15 316 100 100
Binary 1101001 10101011 11011110 110101 10111 0 1101 11001110 1000000 1000000

Color Harmonies of #69ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ABDE

Black with #69ABDE

Text Example


Text Example

White with #69ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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