Html Css Color HEX #69ACE7 Malibu

📋 copy color: '#69ACE7'

red 105 ◦ green 172 ◦ blue 231

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

Shades of Malibu #69ACE7

Tints of Malibu #69ACE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.47%

R = 20.67%
G = 33.86%
B = 45.47%

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

#69ACE7 (or 0x69ACE7) is known color: Malibu. HEX triplet: 69, AC and E7. RGB value is (105,172,231). Sum of RGB (Red+Green+Blue) = 105+172+231=508 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.67% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 231 - color contains mainly: blue. Hex color #69ACE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ACE7 is #965318. Grayscale: #9E9E9E. Windows color (decimal): -9851673 or 15182953. OLE color: 15182953.

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

Color convert

RGB 105 172 231 -
CMYK 0.55 0.26 0 0.09
HSL 208.1º 0.72% 0.66% -
HSV(B) 208.1º 0.55% 0.91% -
XYZ 35 38.28 81.14 -
YUV 158.69 168.8 89.7 -
System Red Green Blue C M Y K H S L
Decimal 105 172 231 0.55 0.26 0 0.09 208.1 0.72 0.66
Hex 69 AC E7 37 1A 0 9 D0 48 42
Octal 151 254 347 67 32 0 11 320 110 102
Binary 1101001 10101100 11100111 110111 11010 0 1001 11010000 1001000 1000010

Color Harmonies of #69ACE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ACE7

Black with #69ACE7

Text Example


Text Example

White with #69ACE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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