Html Css Color HEX #69AEDB Malibu

📋 copy color: '#69AEDB'

red 105 ◦ green 174 ◦ blue 219

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

Shades of Malibu #69AEDB

Tints of Malibu #69AEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.94%

 BLUE value IS 219 (85.94% from 255) = 43.98%

R = 21.08%
G = 34.94%
B = 43.98%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#69AEDB (or 0x69AEDB) is known color: Malibu. HEX triplet: 69, AE and DB. RGB value is (105,174,219). Sum of RGB (Red+Green+Blue) = 105+174+219=498 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.08% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #69AEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AEDB is #965124. Grayscale: #9E9E9E. Windows color (decimal): -9851173 or 14397033. OLE color: 14397033.

HSL color Cylindrical-coordinate representation of color #69AEDB: hue angle of 203.68º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69AEDB is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 174 219 -
CMYK 0.52 0.21 0 0.14
HSL 203.68º 0.61% 0.64% -
HSV(B) 203.68º 0.52% 0.86% -
XYZ 33.75 38.39 72.65 -
YUV 158.5 162.14 89.84 -
System Red Green Blue C M Y K H S L
Decimal 105 174 219 0.52 0.21 0 0.14 203.68 0.61 0.64
Hex 69 AE DB 34 15 0 E CC 3D 40
Octal 151 256 333 64 25 0 16 314 75 100
Binary 1101001 10101110 11011011 110100 10101 0 1110 11001100 111101 1000000

Color Harmonies of #69AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AEDB

Black with #69AEDB

Text Example


Text Example

White with #69AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,174,219); }

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

background-color css

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

 a { background-color: rgb(105,174,219); }

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

border-color css

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

 span { border-color: rgb(105,174,219); }

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