Html Css Color HEX #69AFDC Malibu

📋 copy color: '#69AFDC'

red 105 ◦ green 175 ◦ blue 220

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

Shades of Malibu #69AFDC

Tints of Malibu #69AFDC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35%

 BLUE value IS 220 (86.33% from 255) = 44%

R = 21%
G = 35%
B = 44%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#69AFDC (or 0x69AFDC) is known color: Malibu. HEX triplet: 69, AF and DC. RGB value is (105,175,220). Sum of RGB (Red+Green+Blue) = 105+175+220=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #69AFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AFDC is #965023. Grayscale: #9E9E9E. Windows color (decimal): -9850916 or 14462825. OLE color: 14462825.

HSL color Cylindrical-coordinate representation of color #69AFDC: hue angle of 203.48º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69AFDC is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 175 220 -
CMYK 0.52 0.20 0 0.14
HSL 203.48º 0.62% 0.64% -
HSV(B) 203.48º 0.52% 0.86% -
XYZ 34.07 38.83 73.41 -
YUV 159.2 162.31 89.34 -
System Red Green Blue C M Y K H S L
Decimal 105 175 220 0.52 0.20 0 0.14 203.48 0.62 0.64
Hex 69 AF DC 34 14 0 E CB 3E 40
Octal 151 257 334 64 24 0 16 313 76 100
Binary 1101001 10101111 11011100 110100 10100 0 1110 11001011 111110 1000000

Color Harmonies of #69AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AFDC

Black with #69AFDC

Text Example


Text Example

White with #69AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,175,220); }

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

background-color css

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

 a { background-color: rgb(105,175,220); }

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

border-color css

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

 span { border-color: rgb(105,175,220); }

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