Html Css Color HEX #69BADD Malibu

📋 copy color: '#69BADD'

red 105 ◦ green 186 ◦ blue 221

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

Shades of Malibu #69BADD

Tints of Malibu #69BADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.33%

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

R = 20.51%
G = 36.33%
B = 43.16%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69BADD (or 0x69BADD) is known color: Malibu. HEX triplet: 69, BA and DD. RGB value is (105,186,221). Sum of RGB (Red+Green+Blue) = 105+186+221=512 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.51% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #69BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BADD is #964522. Grayscale: #A5A5A5. Windows color (decimal): -9848099 or 14531177. OLE color: 14531177.

HSL color Cylindrical-coordinate representation of color #69BADD: hue angle of 198.1º 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 #69BADD is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 186 221 -
CMYK 0.52 0.16 0 0.13
HSL 198.1º 0.63% 0.64% -
HSV(B) 198.1º 0.52% 0.87% -
XYZ 36.44 43.34 74.85 -
YUV 165.77 159.16 84.65 -
System Red Green Blue C M Y K H S L
Decimal 105 186 221 0.52 0.16 0 0.13 198.1 0.63 0.64
Hex 69 BA DD 34 10 0 D C6 3F 40
Octal 151 272 335 64 20 0 15 306 77 100
Binary 1101001 10111010 11011101 110100 10000 0 1101 11000110 111111 1000000

Color Harmonies of #69BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BADD

Black with #69BADD

Text Example


Text Example

White with #69BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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