Html Css Color HEX #69ACD2 Malibu

📋 copy color: '#69ACD2'

red 105 ◦ green 172 ◦ blue 210

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

Shades of Malibu #69ACD2

Tints of Malibu #69ACD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.12%

R = 21.56%
G = 35.32%
B = 43.12%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#69ACD2 (or 0x69ACD2) is known color: Malibu. HEX triplet: 69, AC and D2. RGB value is (105,172,210). Sum of RGB (Red+Green+Blue) = 105+172+210=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 210 - color contains mainly: blue. Hex color #69ACD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ACD2 is #96532D. Grayscale: #9C9C9C. Windows color (decimal): -9851694 or 13806697. OLE color: 13806697.

HSL color Cylindrical-coordinate representation of color #69ACD2: hue angle of 201.71º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69ACD2 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 172 210 -
CMYK 0.50 0.18 0 0.18
HSL 201.71º 0.54% 0.62% -
HSV(B) 201.71º 0.5% 0.82% -
XYZ 32.21 37.16 66.45 -
YUV 156.3 158.3 91.41 -
System Red Green Blue C M Y K H S L
Decimal 105 172 210 0.50 0.18 0 0.18 201.71 0.54 0.62
Hex 69 AC D2 32 12 0 12 CA 36 3E
Octal 151 254 322 62 22 0 22 312 66 76
Binary 1101001 10101100 11010010 110010 10010 0 10010 11001010 110110 111110

Color Harmonies of #69ACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ACD2

Black with #69ACD2

Text Example


Text Example

White with #69ACD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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