Html Css Color HEX #69ACE8 Malibu

📋 copy color: '#69ACE8'

red 105 ◦ green 172 ◦ blue 232

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

Shades of Malibu #69ACE8

Tints of Malibu #69ACE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.58%

R = 20.63%
G = 33.79%
B = 45.58%

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

#69ACE8 (or 0x69ACE8) is known color: Malibu. HEX triplet: 69, AC and E8. RGB value is (105,172,232). Sum of RGB (Red+Green+Blue) = 105+172+232=509 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.63% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 232 (91.02% from 255 or 45.58% from 509); Max value from RGB is 232 - color contains mainly: blue. Hex color #69ACE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ACE8 is #965317. Grayscale: #9E9E9E. Windows color (decimal): -9851672 or 15248489. OLE color: 15248489.

HSL color Cylindrical-coordinate representation of color #69ACE8: hue angle of 208.35º degrees, saturation: 0.73, 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 #69ACE8 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 172 232 -
CMYK 0.55 0.26 0 0.09
HSL 208.35º 0.73% 0.66% -
HSV(B) 208.35º 0.55% 0.91% -
XYZ 35.14 38.33 81.89 -
YUV 158.81 169.3 89.62 -
System Red Green Blue C M Y K H S L
Decimal 105 172 232 0.55 0.26 0 0.09 208.35 0.73 0.66
Hex 69 AC E8 37 1A 0 9 D0 49 42
Octal 151 254 350 67 32 0 11 320 111 102
Binary 1101001 10101100 11101000 110111 11010 0 1001 11010000 1001001 1000010

Color Harmonies of #69ACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ACE8

Black with #69ACE8

Text Example


Text Example

White with #69ACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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