Html Css Color HEX #69ACE1 Malibu

📋 copy color: '#69ACE1'

red 105 ◦ green 172 ◦ blue 225

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

Shades of Malibu #69ACE1

Tints of Malibu #69ACE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.82%

R = 20.92%
G = 34.26%
B = 44.82%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#69ACE1 (or 0x69ACE1) is known color: Malibu. HEX triplet: 69, AC and E1. RGB value is (105,172,225). Sum of RGB (Red+Green+Blue) = 105+172+225=502 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.92% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #69ACE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ACE1 is #96531E. Grayscale: #9D9D9D. Windows color (decimal): -9851679 or 14789737. OLE color: 14789737.

HSL color Cylindrical-coordinate representation of color #69ACE1: hue angle of 206.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69ACE1 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 172 225 -
CMYK 0.53 0.24 0 0.12
HSL 206.5º 0.67% 0.65% -
HSV(B) 206.5º 0.53% 0.88% -
XYZ 34.17 37.94 76.76 -
YUV 158.01 165.8 90.19 -
System Red Green Blue C M Y K H S L
Decimal 105 172 225 0.53 0.24 0 0.12 206.5 0.67 0.65
Hex 69 AC E1 35 18 0 C CE 43 41
Octal 151 254 341 65 30 0 14 316 103 101
Binary 1101001 10101100 11100001 110101 11000 0 1100 11001110 1000011 1000001

Color Harmonies of #69ACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ACE1

Black with #69ACE1

Text Example


Text Example

White with #69ACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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