Html Css Color HEX #69ACE9 Malibu

📋 copy color: '#69ACE9'

red 105 ◦ green 172 ◦ blue 233

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

Shades of Malibu #69ACE9

Tints of Malibu #69ACE9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.73%

 BLUE value IS 233 (91.41% from 255) = 45.69%

R = 20.59%
G = 33.73%
B = 45.69%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#69ACE9 (or 0x69ACE9) is known color: Malibu. HEX triplet: 69, AC and E9. RGB value is (105,172,233). Sum of RGB (Red+Green+Blue) = 105+172+233=510 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.59% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 233 (91.41% from 255 or 45.69% from 510); Max value from RGB is 233 - color contains mainly: blue. Hex color #69ACE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ACE9 is #965316. Grayscale: #9E9E9E. Windows color (decimal): -9851671 or 15314025. OLE color: 15314025.

HSL color Cylindrical-coordinate representation of color #69ACE9: hue angle of 208.59º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69ACE9 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 172 233 -
CMYK 0.55 0.26 0 0.09
HSL 208.59º 0.74% 0.66% -
HSV(B) 208.59º 0.55% 0.91% -
XYZ 35.29 38.39 82.64 -
YUV 158.92 169.8 89.54 -
System Red Green Blue C M Y K H S L
Decimal 105 172 233 0.55 0.26 0 0.09 208.59 0.74 0.66
Hex 69 AC E9 37 1A 0 9 D1 4A 42
Octal 151 254 351 67 32 0 11 321 112 102
Binary 1101001 10101100 11101001 110111 11010 0 1001 11010001 1001010 1000010

Color Harmonies of #69ACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ACE9

Black with #69ACE9

Text Example


Text Example

White with #69ACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,172,233); }

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

background-color css

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

 a { background-color: rgb(105,172,233); }

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

border-color css

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

 span { border-color: rgb(105,172,233); }

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