Html Css Color HEX #69ACE5 Malibu

📋 copy color: '#69ACE5'

red 105 ◦ green 172 ◦ blue 229

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

Shades of Malibu #69ACE5

Tints of Malibu #69ACE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.26%

R = 20.75%
G = 33.99%
B = 45.26%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#69ACE5 (or 0x69ACE5) is known color: Malibu. HEX triplet: 69, AC and E5. RGB value is (105,172,229). Sum of RGB (Red+Green+Blue) = 105+172+229=506 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.75% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #69ACE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ACE5 is #96531A. Grayscale: #9E9E9E. Windows color (decimal): -9851675 or 15051881. OLE color: 15051881.

HSL color Cylindrical-coordinate representation of color #69ACE5: hue angle of 207.58º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69ACE5 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 105 172 229 -
CMYK 0.54 0.25 0 0.10
HSL 207.58º 0.7% 0.65% -
HSV(B) 207.58º 0.54% 0.9% -
XYZ 34.72 38.17 79.67 -
YUV 158.47 167.8 89.87 -
System Red Green Blue C M Y K H S L
Decimal 105 172 229 0.54 0.25 0 0.10 207.58 0.7 0.65
Hex 69 AC E5 36 19 0 A D0 46 41
Octal 151 254 345 66 31 0 12 320 106 101
Binary 1101001 10101100 11100101 110110 11001 0 1010 11010000 1000110 1000001

Color Harmonies of #69ACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ACE5

Black with #69ACE5

Text Example


Text Example

White with #69ACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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