Html Css Color HEX #69AED5 Malibu

📋 copy color: '#69AED5'

red 105 ◦ green 174 ◦ blue 213

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

Shades of Malibu #69AED5

Tints of Malibu #69AED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.29%

R = 21.34%
G = 35.37%
B = 43.29%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#69AED5 (or 0x69AED5) is known color: Malibu. HEX triplet: 69, AE and D5. RGB value is (105,174,213). Sum of RGB (Red+Green+Blue) = 105+174+213=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #69AED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AED5 is #96512A. Grayscale: #9D9D9D. Windows color (decimal): -9851179 or 14003817. OLE color: 14003817.

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

Color convert

RGB 105 174 213 -
CMYK 0.51 0.18 0 0.16
HSL 201.67º 0.56% 0.62% -
HSV(B) 201.67º 0.51% 0.84% -
XYZ 32.97 38.08 68.56 -
YUV 157.82 159.14 90.33 -
System Red Green Blue C M Y K H S L
Decimal 105 174 213 0.51 0.18 0 0.16 201.67 0.56 0.62
Hex 69 AE D5 33 12 0 10 CA 38 3E
Octal 151 256 325 63 22 0 20 312 70 76
Binary 1101001 10101110 11010101 110011 10010 0 10000 11001010 111000 111110

Color Harmonies of #69AED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AED5

Black with #69AED5

Text Example


Text Example

White with #69AED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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