Html Css Color HEX #69AED7 Malibu

📋 copy color: '#69AED7'

red 105 ◦ green 174 ◦ blue 215

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

Shades of Malibu #69AED7

Tints of Malibu #69AED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.52%

R = 21.26%
G = 35.22%
B = 43.52%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#69AED7 (or 0x69AED7) is known color: Malibu. HEX triplet: 69, AE and D7. RGB value is (105,174,215). Sum of RGB (Red+Green+Blue) = 105+174+215=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #69AED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AED7 is #965128. Grayscale: #9D9D9D. Windows color (decimal): -9851177 or 14134889. OLE color: 14134889.

HSL color Cylindrical-coordinate representation of color #69AED7: hue angle of 202.36º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69AED7 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 174 215 -
CMYK 0.51 0.19 0 0.16
HSL 202.36º 0.58% 0.63% -
HSV(B) 202.36º 0.51% 0.84% -
XYZ 33.23 38.18 69.91 -
YUV 158.04 160.14 90.17 -
System Red Green Blue C M Y K H S L
Decimal 105 174 215 0.51 0.19 0 0.16 202.36 0.58 0.63
Hex 69 AE D7 33 13 0 10 CA 3A 3F
Octal 151 256 327 63 23 0 20 312 72 77
Binary 1101001 10101110 11010111 110011 10011 0 10000 11001010 111010 111111

Color Harmonies of #69AED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AED7

Black with #69AED7

Text Example


Text Example

White with #69AED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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